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 | ?®?B | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | 蛾??B | 1000100111101001001111110011111101000010 | 89e93f3f42 |
EUC-JP | 蛾®?B | 10110010111010111000111110100010111011100011111101000010 | b2eb8fa2ee3f42 |
UTF-8 | 蛾®눗B | 111010001001101110111110110000101010111011101011100010001001011101000010 | e89bbec2aeeb889742 |
UHC | 蛾®눗B | 11100100101101101010001011100111101101001011000001000010 | e4b6a2e7b4b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)