To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 夜??瑜?? | 1001011011101001001111110011111111100000111011110011111100111111 | 96e93f3fe0ef3f3f |
EUC-JP | 夜??瑜?? | 1100110011101011001111110011111111100000111100010011111100111111 | cceb3f3fe0f13f3f |
UTF-8 | 夜좉섞瑜꿨쑵 | 111001011010010010011100111011001010001010001001111011001000010010011110111001111001000110011100111010101011111110101000111011001001000110110101 | e5a49ceca289ec849ee7919ceabfa8ec91b5 |
UHC | 夜좉섞瑜꿨쑵 | 111001011010100010100000111010101011110010101111111010111010010110110010111001011011111010101010 | e5a8a0eabcafeba5b2e5beaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)