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 | 醯笄醯笄^ | 111001111100111111100010101000001110011111001111111000101010000001011110 | e7cfe2a0e7cfe2a05e |
EUC-JP | 醯笄醯笄^ | 111011101101000111100100101000101110111011010001111001001010001001011110 | eed1e4a2eed1e4a25e |
UTF-8 | 醯笄醯笄^ | 11101001100001101010111111100111101011001000010011101001100001101010111111100111101011001000010001011110 | e986afe7ac84e986afe7ac845e |
UHC | 醯?醯?^ | 11111011101110000011111111111011101110000011111101011110 | fbb83ffbb83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)