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 | 1110001001110110111000100110011101000111 | e276e26747 |
EUC-JP | 穽稟G | 1110001111010111111000111100100001000111 | e3d7e3c847 |
UTF-8 | 穽稟G | 11100111101010011011110111100111101010001001111101000111 | e7a9bde7a89f47 |
UHC | 穽稟G | 1110111111110000111110011010001001000111 | eff0f9a247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)