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 | 賁紅? | 1110011011001010100011010110011100111111 | e6ca8d673f |
EUC-JP | 賁紅? | 1110110011001100101110011100100000111111 | ecccb9c83f |
UTF-8 | 賁紅메 | 111010001011001110000001111001111011010010000101111010111010100110010100 | e8b381e7b485eba994 |
UHC | 賁紅메 | 110111011101001111111011111101011011100011011110 | ddd3fbf5b8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)