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 | 雅???沃 | 10001001111010110011111100111111001111111001011110000000 | 89eb3f3f3f9780 |
EUC-JP | 雅???沃 | 10110010111011010011111100111111001111111100110111100000 | b2ed3f3f3fcde0 |
UTF-8 | 雅붞살돇沃 | 111010011001101110000101111010111011011010011110111011001000001010110100111010111000111110000111111001101011001010000011 | e99b85ebb69eec82b4eb8f87e6b283 |
UHC | 雅붞살돇沃 | 11100100101110101001010011001110101110111110110010001001100110001110100010101010 | e4ba94cebbec8998e8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)