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 | 證臥オイ | 111001101001101010001001111001111011010110110010 | e69a89e7b5b2 |
EUC-JP | 證臥オイ | 1110101111111010101100101110100110001110101101011000111010110010 | ebfab2e98eb58eb2 |
UTF-8 | 證臥オイ | 111010001010110110001001111010001000011110100101111011111011110110110101111011111011110110110010 | e8ad89e887a5efbdb5efbdb2 |
UHC | 證臥?? | 111100011111101111101000110000100011111100111111 | f1fbe8c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)