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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 堤烽糾闇 | 1001001011100111111000001000001010001011100010101000100011000101 | 92e7e0828b8a88c5 |
| EUC-JP | 堤烽糾闇 | 1100010011101001110111111110001010110101111010101011000011000111 | c4e9dfe2b5eab0c7 |
| UTF-8 | 堤烽糾闇 | 111001011010000010100100111001111000001110111101111001111011001110111110111010011001011110000111 | e5a0a4e783bde7b3bee99787 |
| UHC | 堤烽糾闇 | 1111000010100111110111001110101111010000101011001110010011100001 | f0a7dcebd0ace4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)