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 | 禹???碇 | 11100010010110100011111100111111001111111001001011110100 | e25a3f3f3f92f4 |
EUC-JP | 禹???碇 | 11100011101110110011111100111111001111111100010011110110 | e3bb3f3f3fc4f6 |
UTF-8 | 禹쯩렍렖碇 | 111001111010011010111001111011001010111110101001111010111010000010001101111010111010000010010110111001111010001010000111 | e7a6b9ecafa9eba08deba096e7a287 |
UHC | 禹쯩렍렖碇 | 11101001111000001100001011101101100011101010001110001110101010111110111111101101 | e9e0c2ed8ea38eabefed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)