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 | 10010111101110101110010111110111111000001111110001000010 | 97bae5f7e0fc42 |
SJIS-WIN | ???÷??B | 0011111100111111001111111000000110000000001111110011111101000010 | 3f3f3f81803f3f42 |
EUC-JP | ?ºå÷àüB | 00111111100011111010001011101011100011111010101110101001101000011110000010001111101010111010001010001111101010111110010001000010 | 3f8fa2eb8faba9a1e08faba28fabe442 |
UTF-8 | ºå÷àüB | 11000010100101111100001010111010110000111010010111000011101101111100001110100000110000111011110001000010 | c297c2bac3a5c3b7c3a0c3bc42 |
UHC | ?º?÷??B | 001111111010100010101100001111111010000111000000001111110011111101000010 | 3fa8ac3fa1c03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)