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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 齶葯^ | 1110101010011011111001001101111001011110 | ea9be4de5e |
EUC-JP | 齶葯^ | 1111001111111011111010001110000001011110 | f3fbe8e05e |
UTF-8 | 齶葯^ | 11101001101111011011011011101000100100011010111101011110 | e9bdb6e891af5e |
UHC | ?葯^ | 00111111111001011011010101011110 | 3fe5b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)