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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邪糯漆莵萃 | 10001110110101111110001011110111100011101011110111100100101101111110010011000010 | 8ed7e2f78ebde4b7e4c2 |
EUC-JP | 邪糯漆莵萃 | 10111100110110011110010011111001101111001011111111101000101110011110100011000100 | bcd9e4f9bcbfe8b9e8c4 |
UTF-8 | 邪糯漆莵萃 | 111010011000001010101010111001111011001110101111111001101011110010000110111010001000111010110101111010001001000010000011 | e982aae7b3afe6bc86e88eb5e89083 |
UHC | 邪?漆?萃 | 1101111011110111001111111111011011010100001111111111010111111110 | def73ff6d43ff5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)