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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???俎?芋 | 0011111100111111001111111001100011010111001111111000100011110000 | 3f3f3f98d73f88f0 |
EUC-JP | ???俎?芋 | 0011111100111111001111111101000011011001001111111011000011110010 | 3f3f3fd0d93fb0f2 |
UTF-8 | 렻파렋俎렍芋 | 111010111010000010111011111011011000110010001100111010111010000010001011111001001011111110001110111010111010000010001101111010001000101010001011 | eba0bbed8c8ceba08be4bf8eeba08de88a8b |
UHC | 렻파렋俎렍芋 | 100011101100001111000110110001001000111010100010111100001011101110001110101000111110100111100011 | 8ec3c6c48ea2f0bb8ea3e9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)