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 | 1001001001000001100100100101001001000111 | 9241925247 |
EUC-JP | 但坦G | 1100001110100010110000111011001101000111 | c3a2c3b347 |
UTF-8 | 但坦G | 11100100101111011000011011100101100111011010011001000111 | e4bd86e59da647 |
UHC | 但坦G | 1101001110100011111101111010010001000111 | d3a3f7a447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)