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 | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | 訷ァ贒ケGB | 1111101110100100101001111111101110101111101110010100011101000010 | fba4a7fbafb94742 |
EUC-JP | 訷ァ贒ケGB | 100011111101110111010100100011101010011110001111110111111100001110001110101110010100011101000010 | 8fddd48ea78fdfc38eb94742 |
UTF-8 | 訷ァ贒ケGB | 1110100010101000101101111110111110111101101001111110100010110100100100101110111110111101101110010100011101000010 | e8a8b7efbda7e8b492efbdb94742 |
UHC | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)