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 | Þóòì} | 1101111011110011111100101110110001111101 | def3f2ec7d |
SJIS-WIN | ????} | 0011111100111111001111110011111101111101 | 3f3f3f3f7d |
EUC-JP | Þóòì} | 10001111101010011011000010001111101010111101000110001111101010111101001010001111101010111100000001111101 | 8fa9b08fabd18fabd28fabc07d |
UTF-8 | Þóòì} | 110000111001111011000011101100111100001110110010110000111010110001111101 | c39ec3b3c3b2c3ac7d |
UHC | Þ???} | 101010001010110100111111001111110011111101111101 | a8ad3f3f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)