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 | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | 檍??^F | 100111101111100000111111001111110101111001000110 | 9ef83f3f5e46 |
EUC-JP | 檍??^F | 110111001111101000111111001111110101111001000110 | dcfa3f3f5e46 |
UTF-8 | 檍용젔^F | 1110011010101010100011011110110010011010101010011110110010100000100101000101111001000110 | e6aa8dec9aa9eca0945e46 |
UHC | 檍용젔^F | 1110010111100101101111111110101110100000100100100101111001000110 | e5e5bfeba0925e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)