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 | 逶匁ッャ逵 | 1110011110011011100101101110011010101111101011001110011110011100 | e79b96e6aface79c |
EUC-JP | 逶匁ッャ逵 | 11101101111110111100110011101000100011101010111110001110101011001110110111111100 | edfbcce88eaf8eacedfc |
UTF-8 | 逶匁ッャ逵 | 111010011000000010110110111001011000110010000001111011111011110110101111111011111011110110101100111010011000000010110101 | e980b6e58c81efbdafefbdace980b5 |
UHC | ????逵 | 001111110011111100111111001111111101000010110000 | 3f3f3f3fd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)