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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪??歟? | 10011000011000110011111100111111100111110110001000111111 | 98633f3f9f623f |
EUC-JP | 歪??歟? | 11001111110001000011111100111111110111011100001100111111 | cfc43f3fddc33f |
UTF-8 | 歪든걀歟든 | 111001101010110110101010111010111001001110100000111010101011000110000000111001101010110110011111111010111001001110100000 | e6adaaeb93a0eab180e6ad9feb93a0 |
UHC | 歪든걀歟든 | 11101000111000001011010111100111101100001011111111100110101000101011010111100111 | e8e0b5e7b0bfe6a2b5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)