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 | 獰???鈺 | 11100000110101100011111100111111001111111111101111000100 | e0d63f3f3ffbc4 |
EUC-JP | 獰???鈺 | 1110000011011000001111110011111100111111100011111110001111010101 | e0d83f3f3f8fe3d5 |
UTF-8 | 獰뗏계븥鈺 | 111001111000110110110000111010111001011110001111111010101011001110000100111010111011100010100101111010011000100010111010 | e78db0eb978feab384ebb8a5e988ba |
UHC | 獰뗏계븥鈺 | 11100111101111101011011011000010101100001110100010010101100011101110100010101101 | e7beb6c2b0e8958ee8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)