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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 漿?禹 | 1001111111110111001111111110001001011010 | 9ff73fe25a |
EUC-JP | 漿?禹 | 1101111011111001001111111110001110111011 | def93fe3bb |
UTF-8 | 漿렞禹 | 111001101011110010111111111010111010000010011110111001111010011010111001 | e6bcbfeba09ee7a6b9 |
UHC | 漿렞禹 | 111011011110110010001110101011111110100111100000 | edec8eafe9e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)