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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 日?長?@h | 1001001111111010001111111001001010110111001111110100000001101000 | 93fa3f92b73f4068 |
EUC-JP | 日?長?@h | 1100011011111100001111111100010010111001001111110100000001101000 | c6fc3fc4b93f4068 |
UTF-8 | 日렮長렮@h | 1110011010010111101001011110101110100000101011101110100110010101101101111110101110100000101011100100000001101000 | e697a5eba0aee995b7eba0ae4068 |
UHC | 日렮長렮@h | 11101100111011011000111010111011111011011111111010001110101110110100000001101000 | eced8ebbedfe8ebb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)