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 | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | ?淋?gB | 001111111001011111010010001111110110011101000010 | 3f97d23f6742 |
EUC-JP | ?淋?gB | 001111111100111011010100001111110110011101000010 | 3fced43f6742 |
UTF-8 | 룶淋헌gB | 1110101110100011101101101110011010110111100010111110110110010111100011000110011101000010 | eba3b6e6b78bed978c6742 |
UHC | 룶淋헌gB | 1000111110101011110101111111101011000111111001010110011101000010 | 8fabd7fac7e56742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)