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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 箏耨鮏B | 11100010101101011110001111010011111111000100001101000010 | e2b5e3d3fc4342 |
EUC-JP | 箏耨鮏B | 1110010010110111111001101101010110001111111010101101101101000010 | e4b7e6d58feadb42 |
UTF-8 | 箏耨鮏B | 11100111101011101000111111101000100000001010100011101001101011101000111101000010 | e7ae8fe880a8e9ae8f42 |
UHC | 箏??B | 1110111010110100001111110011111101000010 | eeb43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)