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 | 汁??峰? | 10001111011000000011111100111111100101011111010000111111 | 8f603f3f95f43f |
EUC-JP | 汁??峰? | 10111101110000010011111100111111110010101111011000111111 | bdc13f3fcaf63f |
UTF-8 | 汁흑렪峰렒 | 111001101011000110000001111011011001110110010001111010111010000010101010111001011011001110110000111010111010000010010010 | e6b181ed9d91eba0aae5b3b0eba092 |
UHC | 汁흑렪峰렒 | 11110001111100001100100011100110100011101011100011011100111010001000111010100111 | f1f0c8e68eb8dce88ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)