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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 簔ラ磆オ | 111000101100000111110101101101011111000011101111110101111110000111110101101101011111000011101001 | e2c1f5b5f0efd7e1f5b5f0e9 |
EUC-JP | 簔??ラ磆オ? | 1110010011000011001111110011111110001110110101111110001011110111100011101011010100111111 | e4c33f3f8ed7e2f78eb53f |
UTF-8 | 簔ラ磆オ | 111001111011000010010100111011101001000010100000111011101000001010101110111011111011111010010111111001111010001110000110111011111011110110110101111011101000001010101000 | e7b094ee90a0ee82aeefbe97e7a386efbdb5ee82a8 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)