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 | 趙?音?^ | 11100110111000100011111110001001101110010011111101011110 | e6e23f89b93f5e |
EUC-JP | 趙?音?^ | 11101100111001000011111110110010101110110011111101011110 | ece43fb2bb3f5e |
UTF-8 | 趙렰音렧^ | 11101000101101101001100111101011101000001011000011101001100111111011001111101011101000001010011101011110 | e8b699eba0b0e99fb3eba0a75e |
UHC | 趙렰音렧^ | 111100001110000110001110101111011110101111100101100011101011011001011110 | f0e18ebdebe58eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)