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 | 窈????? | 11100010011101110011111100111111001111110011111100111111 | e2773f3f3f3f3f |
EUC-JP | 窈????? | 11100011110110000011111100111111001111110011111100111111 | e3d83f3f3f3f3f |
UTF-8 | 窈녷녂嶪뤺뗀 | 111001111010101010001000111010111000010110110111111010111000010110000010111001011011011010101010111010111010010010111010111010111001011110000000 | e7aa88eb85b7eb8582e5b6aaeba4baeb9780 |
UHC | 窈녷녂嶪뤺뗀 | 111010011010000110000110111001101000011010111010111001011111010110001111111010001011011010111110 | e9a186e686bae5f58fe8b6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)