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 | 嶹帶h | 111110101011010110011011111001101000001010001000 | fab59be68288 |
EUC-JP | 嶹帶h | 10001111101110111111010111010110111010001010001111101000 | 8fbbf5d6e8a3e8 |
UTF-8 | 嶹帶h | 111001011011011010111001111001011011100010110110111011111011110110001000 | e5b6b9e5b8b6efbd88 |
UHC | ?帶h | 0011111111010011111000011010001111101000 | 3fd3e1a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)