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 | ?葛脾 | 0011111110001010100010111110010001000010 | 3f8a8be442 |
EUC-JP | 塼葛脾 | 10001111101110001011100110110011111010111110011110100011 | 8fb8b9b3ebe7a3 |
UTF-8 | 塼葛脾 | 111001011010000110111100111010001001000110011011111010001000010010111110 | e5a1bce8919be884be |
UHC | 塼葛脾 | 111011101111010011001010111001111101111010100001 | eef4cae7dea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)