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 | 餘??餘? | 11101001010100000011111100111111111010010101000000111111 | e9503f3fe9503f |
EUC-JP | 餘??餘? | 11110001101100010011111100111111111100011011000100111111 | f1b13f3ff1b13f |
UTF-8 | 餘녘린餘녘 | 111010011010010010011000111010111000010110011000111010111010011010110000111010011010010010011000111010111000010110011000 | e9a498eb8598eba6b0e9a498eb8598 |
UHC | 餘녘린餘녘 | 11100110101011101011001111101000101110001011000011100110101011101011001111101000 | e6aeb3e8b8b0e6aeb3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)