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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螻鷹スァ隍サ | 111001011011000110010001111010011011110110100111111010001010010010111011 | e5b191e9bda7e8a4bb |
EUC-JP | 螻鷹スァ隍サ | 111010101011001111000010111010111000111010111101100011101010011111110000101001101000111010111011 | eab3c2eb8ebd8ea7f0a68ebb |
UTF-8 | 螻鷹スァ隍サ | 111010001001111010111011111010011011011110111001111011111011110110111101111011111011110110100111111010011001101010001101111011111011110110111011 | e89ebbe9b7b9efbdbdefbda7e99a8defbdbb |
UHC | ?鷹??隍? | 0011111111101011111011010011111100111111111111001101101100111111 | 3febed3f3ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)