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 | 谷単存谷速 | 10010010010010101001001001010000100100011011011010010010010010101001000110101100 | 924a925091b6924a91ac |
| EUC-JP | 谷単存谷速 | 11000011101010111100001110110001110000101011100011000011101010111100001010101110 | c3abc3b1c2b8c3abc2ae |
| UTF-8 | 谷単存谷速 | 111010001011000010110111111001011000110110011000111001011010110110011000111010001011000010110111111010011000000010011111 | e8b0b7e58d98e5ad98e8b0b7e9809f |
| UHC | 谷?存谷速 | 110011011101101100111111111100001110110111001101110110111110000111011100 | cddb3ff0edcddbe1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)