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 | 鵝??陰? | 11101010010000000011111100111111100010010100000100111111 | ea403f3f89413f |
EUC-JP | 鵝??陰? | 11110011101000010011111100111111101100011010001000111111 | f3a13f3fb1a23f |
UTF-8 | 鵝숈쥉陰닸 | 111010011011010110011101111011001000100010001000111011001010010110001001111010011001100110110000111010111000101110111000 | e9b59dec8888eca589e999b0eb8bb8 |
UHC | 鵝숈쥉陰닸 | 11100100101111011001100111101100101000101000001011101011111001001011010011100110 | e4bd99eca282ebe4b4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)