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 | 足???諍 | 10010001101010110011111100111111001111111110011001111001 | 91ab3f3f3fe679 |
| EUC-JP | 足???諍 | 11000010101011010011111100111111001111111110101111011010 | c2ad3f3f3febda |
| UTF-8 | 足멸렖렱諍 | 111010001011011010110011111010111010100110111000111010111010000010010110111010111010000010110001111010001010101110001101 | e8b6b3eba9b8eba096eba0b1e8ab8d |
| UHC | 足멸렖렱諍 | 11110000111010111011100011101010100011101010101110001110101111101110111010110101 | f0ebb8ea8eab8ebeeeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)