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 | 霏レ鋻鱚キ | 11101000110000001101101011111011110110011110100111100011111101001000111010110111 | e8c0dafbd9e9e3f48eb7 |
| EUC-JP | 霏レ鋻鱚?キ | 111100001100001010001110110110101000111111100100110100011111001011100101001111111000111010110111 | f0c28eda8fe4d1f2e53f8eb7 |
| UTF-8 | 霏レ鋻鱚キ | 111010011001110010001111111011111011111010011010111010011000101110111011111010011011000110011010111011101000110010111101111011111011110110110111 | e99c8fefbe9ae98bbbe9b19aee8cbdefbdb7 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)