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 | 轤ュ霎ソ謐 | 1110011110000010101011011110100010111110101111111110011010001101 | e782ade8bebfe68d |
EUC-JP | 轤ュ霎ソ謐 | 11101101111000101000111010101101111100001100000010001110101111111110101111101101 | ede28eadf0c08ebfebed |
UTF-8 | 轤ュ霎ソ謐 | 111010001011110110100100111011111011110110101101111010011001110010001110111011111011110110111111111010001010110010010000 | e8bda4efbdade99c8eefbdbfe8ac90 |
UHC | ????謐 | 001111110011111100111111001111111101101011001101 | 3f3f3f3fdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)