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 | ?帽? | 00111111100101100101100000111111 | 3f96583f |
EUC-JP | ?帽? | 00111111110010111011100100111111 | 3fcbb93f |
UTF-8 | 삯帽읫 | 111011001000001010101111111001011011100010111101111011001001110110101011 | ec82afe5b8bdec9dab |
UHC | 삯帽읫 | 101110111110100111011001101101101100000011001011 | bbe9d9b6c0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)