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 | テつ竪テつ谷 | 11000011100000101100001010010010010001111100001110000010110000101001001001001010 | c382c29247c382c2924a |
| EUC-JP | テつ竪テつ谷 | 100011101100001110100100110001001100001110101000100011101100001110100100110001001100001110101011 | 8ec3a4c4c3a88ec3a4c4c3ab |
| UTF-8 | テつ竪テつ谷 | 111011111011111010000011111000111000000110100100111001111010101110101010111011111011111010000011111000111000000110100100111010001011000010110111 | efbe83e381a4e7abaaefbe83e381a4e8b0b7 |
| UHC | ?つ竪?つ谷 | 00111111101010101100010011100010101101010011111110101010110001001100110111011011 | 3faac4e2b53faac4cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)