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 | 趺オ迪 | 1110011011100101101101011110011110001100 | e6e5b5e78c |
EUC-JP | 趺オ迪 | 111011001110011110001110101101011110110111101100 | ece78eb5edec |
UTF-8 | 趺オ迪 | 111010001011011010111010111011111011110110110101111010001011111110101010 | e8b6baefbdb5e8bfaa |
UHC | 趺?迪 | 1101110110111010001111111110111011101000 | ddba3feee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)