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 | 鈑滔獄 | 111001111110010110011111111010111000110110010110 | e7e59feb8d96 |
EUC-JP | 鈑滔獄 | 111011101110011111011110111011011011100111110110 | eee7deedb9f6 |
UTF-8 | 鈑滔獄 | 111010011000100010010001111001101011101110010100111001111000110110000100 | e98891e6bb94e78d84 |
UHC | 鈑滔獄 | 111101111111111011010100101001011110100010101011 | f7fed4a5e8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)