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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?診??^ | 001111111001000001100110001111110011111101011110 | 3f90663f3f5e |
EUC-JP | ?診?蔯^ | 0011111110111111110001110011111110001111110110011011110001011110 | 3fbfc73f8fd9bc5e |
UTF-8 | 셨診셨蔯^ | 11101100100001011010100011101000101010001011101011101100100001011010100011101000100101001010111101011110 | ec85a8e8a8baec85a8e894af5e |
UHC | 셨診셨蔯^ | 101111001100110011110010111000001011110011001100111100101101111001011110 | bcccf2e0bcccf2de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)