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 | ??章??? | 00111111001111111000111111001101001111110011111100111111 | 3f3f8fcd3f3f3f |
EUC-JP | ??章??? | 00111111001111111011111011001111001111110011111100111111 | 3f3fbecf3f3f3f |
UTF-8 | 欌렩章렞欌렫 | 111001101010110010001100111010111010000010101001111001111010101110100000111010111010000010011110111001101010110010001100111010111010000010101011 | e6ac8ceba0a9e7aba0eba09ee6ac8ceba0ab |
UHC | 欌렩章렞欌렫 | 111011011110101110001110101101111110110111110001100011101010111111101101111010111000111010111001 | edeb8eb7edf18eafedeb8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)