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 | 狄甍狄狎 | 1110000010111101111000010100111111100000101111011110000010111110 | e0bde14fe0bde0be |
| EUC-JP | 狄甍狄狎 | 1110000010111111111000011011000011100000101111111110000011000000 | e0bfe1b0e0bfe0c0 |
| UTF-8 | 狄甍狄狎 | 111001111000101110000100111001111001010010001101111001111000101110000100111001111000101110001110 | e78b84e7948de78b84e78b8e |
| UHC | 狄?狄狎 | 11101110110110100011111111101110110110101110010011100100 | eeda3feedae4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)