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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肬gВ | 111000111110110110000010100001111000010001000010 | e3ed82878442 |
EUC-JP | 肬gВ | 111001101110111110100011111001111010011110100011 | e6efa3e7a7a3 |
UTF-8 | 肬gВ | 1110100010000010101011001110111110111101100001111101000010010010 | e882acefbd87d092 |
UHC | ?gВ | 0011111110100011111001111010110010100011 | 3fa3e7aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)