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 | 辷ャ迯礼根 | 111001111000100010101100111001111000110110010111111001111000110110101010 | e788ace78d97e78daa |
EUC-JP | 辷ャ迯礼根 | 11101101111010001000111010101100111011011110110111001110111010011011101010101100 | ede88eacededcee9baac |
UTF-8 | 辷ャ迯礼根 | 111010001011111010110111111011111011110110101100111010001011111110101111111001111010010010111100111001101010000010111001 | e8beb7efbdace8bfafe7a4bce6a0b9 |
UHC | ????根 | 001111110011111100111111001111111101000011000110 | 3f3f3f3fd0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)