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 | 10011111111101111000111110000000100010111010001101000010 | 9ff78f808ba342 |
SJIS-WIN | ?÷???£B | 001111111000000110000000001111110011111100111111100000011001001001000010 | 3f81803f3f3f819242 |
EUC-JP | ?÷???£B | 001111111010000111100000001111110011111100111111101000011111001001000010 | 3fa1e03f3f3fa1f242 |
UTF-8 | ÷£B | 11000010100111111100001110110111110000101000111111000010100000001100001010001011110000101010001101000010 | c29fc3b7c28fc280c28bc2a342 |
UHC | ?÷????B | 0011111110100001110000000011111100111111001111110011111101000010 | 3fa1c03f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)