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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 璋?低?h | 11100000111101100011111110010010111000010011111101101000 | e0f63f92e13f68 |
EUC-JP | 璋?低?h | 11100000111110000011111111000100111000110011111101101000 | e0f83fc4e33f68 |
UTF-8 | 璋렏低렖h | 11100111100100101000101111101011101000001000111111100100101111011000111011101011101000001001011001101000 | e7928beba08fe4bd8eeba09668 |
UHC | 璋렏低렖h | 111011011111000010001110101001011110111010111000100011101010101101101000 | edf08ea5eeb88eab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)