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 | ???寶暮 | 00111111001111110011111110011011100011111001010111101001 | 3f3f3f9b8f95e9 |
EUC-JP | ???寶暮 | 00111111001111110011111111010101111011111100101011101011 | 3f3f3fd5efcaeb |
UTF-8 | 렻렑렻寶暮 | 111010111010000010111011111010111010000010010001111010111010000010111011111001011010111110110110111001101001101010101110 | eba0bbeba091eba0bbe5afb6e69aae |
UHC | 렻렑렻寶暮 | 10001110110000111000111010100110100011101100001111011100110001001101100110111010 | 8ec38ea68ec3dcc4d9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)