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 | 池?翁 | 1001001001110010001111111000100110100101 | 92723f89a5 |
EUC-JP | 池?翁 | 1100001111010011001111111011001010100111 | c3d33fb2a7 |
UTF-8 | 池렜翁 | 111001101011000110100000111010111010000010011100111001111011111110000001 | e6b1a0eba09ce7bf81 |
UHC | 池렜翁 | 111100101010111010001110101011101110100010111010 | f2ae8eaee8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)