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 | 韆鷹豪 | 111010001110011010010001111010011000110110001011 | e8e691e98d8b |
EUC-JP | 韆鷹豪 | 111100001110100011000010111010111011100111101011 | f0e8c2ebb9eb |
UTF-8 | 韆鷹豪 | 111010011001111110000110111010011011011110111001111010001011000110101010 | e99f86e9b7b9e8b1aa |
UHC | 韆鷹豪 | 111101001100011111101011111011011111101111011111 | f4c7ebedfbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)