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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯??兀 | 111010011111001000111111001111111001100101011001 | e9f23f3f9959 |
EUC-JP | 鶯??兀 | 111100101111010000111111001111111101000110111010 | f2f43f3fd1ba |
UTF-8 | 鶯뚦렞兀 | 111010011011011010101111111010111001101010100110111010111010000010011110111001011000010110000000 | e9b6afeb9aa6eba09ee58580 |
UHC | 鶯뚦렞兀 | 1110010110100011100011001110010110001110101011111110100010110100 | e5a38ce58eafe8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)