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 | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 谷旦捉GB | 1001001001001010100100100101010110010001101010000100011101000010 | 924a925591a84742 |
EUC-JP | 谷旦捉GB | 1100001110101011110000111011011011000010101010100100011101000010 | c3abc3b6c2aa4742 |
UTF-8 | 谷旦捉GB | 1110100010110000101101111110011010010111101001101110011010001101100010010100011101000010 | e8b0b7e697a6e68d894742 |
UHC | 谷旦捉GB | 1100110111011011110100111010100111110011101101010100011101000010 | cddbd3a9f3b54742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)