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 | 紙??喜? | 10001110100001100011111100111111100010101110110000111111 | 8e863f3f8aec3f |
EUC-JP | 紙??喜? | 10111011111001100011111100111111101101001110111000111111 | bbe63f3fb4ee3f |
UTF-8 | 紙렏뤌喜⒱ | 111001111011010010011001111010111010000010001111111010111010010010001100111001011001011010011100111000101001001010110001 | e7b499eba08feba48ce5969ce292b1 |
UHC | 紙렏뤌喜⒱ | 11110010101101011000111010100101100011111011110011111101111011001010100111100010 | f2b58ea58fbcfdeca9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)