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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迚狗臓 | 111001111000100110001011111001111001000110011111 | e7898be7919f |
EUC-JP | 迚狗臓 | 111011011110100110110110111010011100001010100001 | ede9b6e9c2a1 |
UTF-8 | 迚狗臓 | 111010001011111110011010111001111000101110010111111010001000011110010011 | e8bf9ae78b97e88793 |
UHC | ?狗? | 00111111110011111011011100111111 | 3fcfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)