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 | 雅??椅←? | 100010011110101100111111001111111000100011010110100000011010100100111111 | 89eb3f3f88d681a93f |
EUC-JP | 雅??椅←? | 101100101110110100111111001111111011000011011000101000101010101100111111 | b2ed3f3fb0d8a2ab3f |
UTF-8 | 雅덉쥉椅←굨 | 111010011001101110000101111010111000110110001001111011001010010110001001111001101010010010000101111000101000011010010000111010101011010110101000 | e99b85eb8d89eca589e6a485e28690eab5a8 |
UHC | 雅덉쥉椅←굨 | 111001001011101010001000111011001010001010000010111010111111010110100001111001111000001010001110 | e4ba88eca282ebf5a1e7828e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)