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 | ?民?寶? | 00111111100101101010111100111111100110111000111100111111 | 3f96af3f9b8f3f |
EUC-JP | ?民?寶? | 00111111110011001011000100111111110101011110111100111111 | 3fccb13fd5ef3f |
UTF-8 | 렻民팍寶렗 | 111010111010000010111011111001101011000010010001111011011000110010001101111001011010111110110110111010111010000010010111 | eba0bbe6b091ed8c8de5afb6eba097 |
UHC | 렻民팍寶렗 | 10001110110000111101101011000101110001101100010111011100110001001000111010101100 | 8ec3dac5c6c5dcc48eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)