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 | 驤鷹豪 | 111010011000100010010001111010011000110110001011 | e98891e98d8b |
EUC-JP | 驤鷹豪 | 111100011110100011000010111010111011100111101011 | f1e8c2ebb9eb |
UTF-8 | 驤鷹豪 | 111010011010100110100100111010011011011110111001111010001011000110101010 | e9a9a4e9b7b9e8b1aa |
UHC | ?鷹豪 | 0011111111101011111011011111101111011111 | 3febedfbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)