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 | テつ誰テつ綻 | 11000011100000101100001010010010010011101100001110000010110000101001001001011101 | c382c2924ec382c2925d |
| EUC-JP | テつ誰テつ綻 | 100011101100001110100100110001001100001110101111100011101100001110100100110001001100001110111110 | 8ec3a4c4c3af8ec3a4c4c3be |
| UTF-8 | テつ誰テつ綻 | 111011111011111010000011111000111000000110100100111010001010101010110000111011111011111010000011111000111000000110100100111001111011011010111011 | efbe83e381a4e8aab0efbe83e381a4e7b6bb |
| UHC | ?つ誰?つ綻 | 00111111101010101100010011100010110000010011111110101010110001001111011110101010 | 3faac4e2c13faac4f7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)