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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錚麥?捧 | 11101000010000101110101001101101001111111001010111111001 | e842ea6d3f95f9 |
EUC-JP | 錚麥?捧 | 11101111101000111111001111001110001111111100101011111011 | efa3f3ce3fcafb |
UTF-8 | 錚麥렔捧 | 111010011000110010011010111010011011101010100101111010111010000010010100111001101000110110100111 | e98c9ae9baa5eba094e68da7 |
UHC | 錚麥렔捧 | 1110111010110110110110001110101010001110101010011101110011101001 | eeb6d8ea8ea9dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)