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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蔬滄區F | 11100100111101001001111111101001100110011011110101000110 | e4f49fe999bd46 |
EUC-JP | 蔬滄區F | 11101000111101101101111011101011110100101011111101000110 | e8f6deebd2bf46 |
UTF-8 | 蔬滄區F | 11101000100101001010110011100110101110111000010011100101100011011000000001000110 | e894ace6bb84e58d8046 |
UHC | 蔬滄區F | 11100001110010101111001111100111110011111010000101000110 | e1caf3e7cfa146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)