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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 縣杓G | 1110001101110000100011101101101101000111 | e3708edb47 |
EUC-JP | 縣杓G | 1110010111010001101111001101110101000111 | e5d1bcdd47 |
UTF-8 | 縣杓G | 11100111101110001010001111100110100111011001001101000111 | e7b8a3e69d9347 |
UHC | 縣杓G | 1111101011100011111110001111010101000111 | fae3f8f547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)