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 | 弔?淨?倚ⅱ | 10010010101000100011111110011111110001000011111110011000110111111111101001000001 | 92a23f9fc43f98dffa41 |
| EUC-JP | 弔?淨?倚? | 110001001010010000111111110111101100011000111111110100001110000100111111 | c4a43fdec63fd0e13f |
| UTF-8 | 弔렟淨렠倚ⅱ | 111001011011110010010100111010111010000010011111111001101011011110101000111010111010000010100000111001011000000010011010111000101000010110110001 | e5bc94eba09fe6b7a8eba0a0e5809ae285b1 |
| UHC | 弔렟淨렠倚ⅱ | 111100001100000010001110101100001110111111100100100011101011000111101011111011111010010110100010 | f0c08eb0efe48eb1ebefa5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)