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 | 羞我嵯鐔 | 1110001110110101100010011110010010001101101101011110100001011100 | e3b589e48db5e85c |
EUC-JP | 羞我嵯鐔 | 1110011010110111101100101110011010111010101101111110111110111101 | e6b7b2e6bab7efbd |
UTF-8 | 羞我嵯鐔 | 111001111011111010011110111001101000100010010001111001011011010110101111111010011001000010010100 | e7be9ee68891e5b5afe99094 |
UHC | 羞我嵯? | 11100010101110101110010010110010111100111010101100111111 | e2bae4b2f3ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)