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 | 柴痔上 | 100011101100010010001110101001001000111111100011 | 8ec48ea48fe3 |
EUC-JP | 柴痔上 | 101111001100011010111100101001101011111011100101 | bcc6bca6bee5 |
UTF-8 | 柴痔上 | 111001101001111110110100111001111001011110010100111001001011100010001010 | e69fb4e79794e4b88a |
UHC | 柴痔上 | 111000111100001111110110110000001101111110111110 | e3c3f6c0dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)