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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髫矩宦竊 | 1110100110011010100010111110100110011011100000011110001010000110 | e99a8be99b81e286 |
EUC-JP | 髫矩宦竊 | 1111000111111010101101101110101111010101111000011110001111100110 | f1fab6ebd5e1e3e6 |
UTF-8 | 髫矩宦竊 | 111010011010101110101011111001111001111110101001111001011010111010100110111001111010101110001010 | e9ababe79fa9e5aea6e7ab8a |
UHC | ?矩宦竊 | 00111111110011111011101111111100101100101110111110111100 | 3fcfbbfcb2efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)