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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 濚?濚?^ | 100011111100100110100001001111111000111111001001101000010011111101011110 | 8fc9a13f8fc9a13f5e |
UTF-8 | 濚낪濚낪^ | 11100110101111111001101011101011100000101010101011100110101111111001101011101011100000101010101001011110 | e6bf9aeb82aae6bf9aeb82aa5e |
UHC | 濚낪濚낪^ | 111001111011100110000110010001001110011110111001100001100100010001011110 | e7b98644e7b986445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)