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 | 鬪クツョ迸シ | 1110100110101010101110001100001010101110111001111001111010111100 | e9aab8c2aee79ebc |
| EUC-JP | 鬪クツョ迸シ | 111100101010110010001110101110001000111011000010100011101010111011101101111111101000111010111100 | f2ac8eb88ec28eaeedfe8ebc |
| UTF-8 | 鬪クツョ迸シ | 111010011010110010101010111011111011110110111000111011111011111010000010111011111011110110101110111010001011111110111000111011111011110110111100 | e9acaaefbdb8efbe82efbdaee8bfb8efbdbc |
| UHC | 鬪????? | 11110111111000110011111100111111001111110011111100111111 | f7e33f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)