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 | ???寶壙 | 00111111001111110011111110011011100011111001101011011011 | 3f3f3f9b8f9adb |
EUC-JP | ???寶壙 | 00111111001111110011111111010101111011111101010011011101 | 3f3f3fd5efd4dd |
UTF-8 | 렻렋렻寶壙 | 111010111010000010111011111010111010000010001011111010111010000010111011111001011010111110110110111001011010001110011001 | eba0bbeba08beba0bbe5afb6e5a399 |
UHC | 렻렋렻寶壙 | 10001110110000111000111010100010100011101100001111011100110001001100111011000101 | 8ec38ea28ec3dcc4cec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)