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 | ÌäÙ» | 11001100111001001101100110111011 | cce4d9bb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÌäÙ? | 10001111101010101100000010001111101010111010001110001111101010101110001100111111 | 8faac08faba38faae33f |
UTF-8 | ÌäÙ» | 1100001110001100110000111010010011000011100110011100001010111011 | c38cc3a4c399c2bb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)