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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羞?取 | 1110001110110101001111111000111011100110 | e3b53f8ee6 |
EUC-JP | 羞鬳取 | 11100110101101111000111111101010101100111011110011101000 | e6b78feab3bce8 |
UTF-8 | 羞鬳取 | 111001111011111010011110111010011010110010110011111001011000111110010110 | e7be9ee9acb3e58f96 |
UHC | 羞?取 | 1110001010111010001111111111011010100010 | e2ba3ff6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)