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 | 鶯??誼? | 11101001111100100011111100111111100010110110001000111111 | e9f23f3f8b623f |
EUC-JP | 鶯??誼? | 11110010111101000011111100111111101101011100001100111111 | f2f43f3fb5c33f |
UTF-8 | 鶯끹끇誼튎 | 111010011011011010101111111010111000000110111001111010111000000110000111111010001010101010111100111011011000101010001110 | e9b6afeb81b9eb8187e8aabced8a8e |
UHC | 鶯끹끇誼튎 | 11100101101000111000010111100011100001011011101111101011111111101011101001000010 | e5a385e385bbebfeba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)