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 | 鬘句町諠 | 1110100110100001100010111110010110010010101011001110011010000011 | e9a18be592ace683 |
EUC-JP | 鬘句町諠 | 1111001010100011101101101110011111000100101011101110101111100011 | f2a3b6e7c4aeebe3 |
UTF-8 | 鬘句町諠 | 111010011010110010011000111001011000111110100101111001111001010010111010111010001010101110100000 | e9ac98e58fa5e794bae8aba0 |
UHC | ?句町? | 001111111100111110100011111011111110101100111111 | 3fcfa3efeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)