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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?普斤普句 | 001111111001010110000001100010111101001010010101100000011000101111100101 | 3f95818bd295818be5 |
EUC-JP | ?普斤普句 | 001111111100100111100001101101101101010011001001111000011011011011100111 | 3fc9e1b6d4c9e1b6e7 |
UTF-8 | 렻普斤普句 | 111010111010000010111011111001101001100110101110111001101001011010100100111001101001100110101110111001011000111110100101 | eba0bbe699aee696a4e699aee58fa5 |
UHC | 렻普斤普句 | 10001110110000111101110011000101110100001100010111011100110001011100111110100011 | 8ec3dcc5d0c5dcc5cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)