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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | ?弘?d | 0011111110001101010011110011111101100100 | 3f8d4f3f64 |
EUC-JP | ?弘?d | 0011111110111001101100000011111101100100 | 3fb9b03f64 |
UTF-8 | 롔弘렶d | 11101011101000011001010011100101101111001001100011101011101000001011011001100100 | eba194e5bc98eba0b664 |
UHC | 롔弘렶d | 10001110110110001111101111110000100011101100000101100100 | 8ed8fbf08ec164 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)