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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 正?珥? | 100100001011001100111111111000001110000000111111 | 90b33fe0e03f |
EUC-JP | 正?珥? | 110000001011010100111111111000001110001000111111 | c0b53fe0e23f |
UTF-8 | 正렡珥렲 | 111001101010110110100011111010111010000010100001111001111000111110100101111010111010000010110010 | e6ada3eba0a1e78fa5eba0b2 |
UHC | 正렡珥렲 | 1110111111100001100011101011001011101100101101001000111010111111 | efe18eb2ecb48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)