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 | 駭z? | 1110100101101110100000101001101000111111 | e96e829a3f |
EUC-JP | 駭z? | 1111000111001111101000111111101000111111 | f1cfa3fa3f |
UTF-8 | 駭z땅 | 111010011010011110101101111011111011110110011010111010111001010110000101 | e9a7adefbd9aeb9585 |
UHC | 駭z땅 | 111110101011010010100011111110101011011010100101 | fab4a3fab6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)