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 | 霎ー閼ア褊ア | 11101000101111101011000011101000100001001011000111100101111011011000001101000001 | e8beb0e884b1e5ed8341 |
| EUC-JP | 霎ー閼ア褊ア | 111100001100000010001110101100001110111111100100100011101011000111101010111011111010010110100010 | f0c08eb0efe48eb1eaefa5a2 |
| UTF-8 | 霎ー閼ア褊ア | 111010011001110010001110111011111011110110110000111010011001011010111100111011111011110110110001111010001010010010001010111000111000001010100010 | e99c8eefbdb0e996bcefbdb1e8a48ae382a2 |
| UHC | ??閼??ア | 0011111100111111111001001101100100111111001111111010101110100010 | 3f3fe4d93f3faba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)