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 | 鉧漆斜 | 111110111100101110001110101111011000111011001110 | fbcb8ebd8ece |
EUC-JP | 鉧漆斜 | 10001111111000111110100110111100101111111011110011010000 | 8fe3e9bcbfbcd0 |
UTF-8 | 鉧漆斜 | 111010011000100110100111111001101011110010000110111001101001011010011100 | e989a7e6bc86e6969c |
UHC | ?漆斜 | 0011111111110110110101001101111011011000 | 3ff6d4ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)