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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
EUC-JP | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
UTF-8 | 횓횈B횎쨔 | 11101101100110101001001111101101100110101000100001000010111011011001101010001110111011001010100010010100 | ed9a93ed9a8842ed9a8eeca894 |
UHC | 횓횈B횎쨔 | 110000111000111011000011100001100100001011000011100010101100001010111001 | c38ec38642c38ac2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)