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 | ÞÆÍ | 110111101100011011001101 | dec6cd |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ÞÆÍ | 100011111010100110110000100011111010100110100001100011111010101010111111 | 8fa9b08fa9a18faabf |
UTF-8 | ÞÆÍ | 110000111001111011000011100001101100001110001101 | c39ec386c38d |
UHC | ÞÆ? | 1010100010101101101010001010000100111111 | a8ada8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)