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 | 讚カ貔ァ | 111001101010101110110110111001101011111010100111 | e6abb6e6bea7 |
EUC-JP | 讚カ貔ァ | 1110110010101101100011101011011011101100110000001000111010100111 | ecad8eb6ecc08ea7 |
UTF-8 | 讚カ貔ァ | 111010001010111010011010111011111011110110110110111010001011001010010100111011111011110110100111 | e8ae9aefbdb6e8b294efbda7 |
UHC | 讚??? | 1111001111000110001111110011111100111111 | f3c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)