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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 歪??歪??E | 100110000110001100111111001111111001100001100011001111110011111101000101 | 98633f3f98633f3f45 |
EUC-JP | 歪??歪??E | 110011111100010000111111001111111100111111000100001111110011111101000101 | cfc43f3fcfc43f3f45 |
UTF-8 | 歪묐러歪묐럼E | 11100110101011011010101011101011101011001001000011101011100111111010110011100110101011011010101011101011101011001001000011101011100111111011110001000101 | e6adaaebac90eb9face6adaaebac90eb9fbc45 |
UHC | 歪묐러歪묐럼E | 11101000111000001001000111101011101101111010111111101000111000001001000111101011101101111011001101000101 | e8e091ebb7afe8e091ebb7b345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)