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 | 髢ケ鬥エ謦・ | 111010011001011010111001111010011010011010110100111001101001001010100101 | e996b9e9a6b4e692a5 |
EUC-JP | 髢ケ鬥エ謦・ | 111100011111011010001110101110011111001010101000100011101011010011101011111100101000111010100101 | f1f68eb9f2a88eb4ebf28ea5 |
UTF-8 | 髢ケ鬥エ謦・ | 111010011010101110100010111011111011110110111001111010011010110010100101111011111011110110110100111010001010110010100110111011111011110110100101 | e9aba2efbdb9e9aca5efbdb4e8aca6efbda5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)