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 | 賰咒鎗 | 111110111010110110011001111011101001000110011001 | fbad99ee9199 |
EUC-JP | 賰咒鎗 | 10001111110111111011100111010010111100001100000111111001 | 8fdfb9d2f0c1f9 |
UTF-8 | 賰咒鎗 | 111010001011001110110000111001011001001010010010111010011000111010010111 | e8b3b0e59292e98e97 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)