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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪??歟?ざ | 100110000110001100111111001111111001111101100010001111111000001010110100 | 98633f3f9f623f82b4 |
EUC-JP | 歪??歟?ざ | 110011111100010000111111001111111101110111000011001111111010010010110110 | cfc43f3fddc33fa4b6 |
UTF-8 | 歪든걀歟든ざ | 111001101010110110101010111010111001001110100000111010101011000110000000111001101010110110011111111010111001001110100000111000111000000110010110 | e6adaaeb93a0eab180e6ad9feb93a0e38196 |
UHC | 歪든걀歟든ざ | 111010001110000010110101111001111011000010111111111001101010001010110101111001111010101010110110 | e8e0b5e7b0bfe6a2b5e7aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)