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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?塼??? | 00111111100011111011100010111001001111110011111100111111 | 3f8fb8b93f3f3f |
UTF-8 | 렟塼롆렳렰 | 111010111010000010011111111001011010000110111100111010111010000110000110111010111010000010110011111010111010000010110000 | eba09fe5a1bceba186eba0b3eba0b0 |
UHC | 렟塼롆렳렰 | 10001110101100001110111011110100100011101100110010001110110000001000111010111101 | 8eb0eef48ecc8ec08ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)