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 | 源???愉 | 10001100101110010011111100111111001111111001011011111001 | 8cb93f3f3f96f9 |
EUC-JP | 源?勖?愉 | 101110001011101100111111100011111011001111101101001111111100110011111011 | b8bb3f8fb3ed3fccfb |
UTF-8 | 源렰勖렢愉 | 111001101011101010010000111010111010000010110000111001011000101110010110111010111010000010100010111001101000010010001001 | e6ba90eba0b0e58b96eba0a2e68489 |
UHC | 源렰勖렢愉 | 11101010101110011000111010111101111010011110110110001110101100111110101011110000 | eab98ebde9ed8eb3eaf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)