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 | ゙蒹 | 1101111011110101110111101110010011100011 | def5dee4e3 |
EUC-JP | ゙?蒹 | 1000111011011110001111111110100011100101 | 8ede3fe8e5 |
UTF-8 | ゙蒹 | 111011111011111010011110111011101001000110001001111010001001001010111001 | efbe9eee9189e892b9 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)