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 | ???餘 | 0011111100111111001111111110100101010000 | 3f3f3fe950 |
EUC-JP | 髥??餘 | 10001111111010011111000000111111001111111111000110110001 | 8fe9f03f3ff1b1 |
UTF-8 | 髥닷뒐餘 | 111010011010101110100101111010111000101110110111111010111001001010010000111010011010010010011000 | e9aba5eb8bb7eb9290e9a498 |
UHC | 髥닷뒐餘 | 1110011110100011101101001110010110001010100011011110011010101110 | e7a3b4e58a8de6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)