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 | 饒??巍? | 11101001011000000011111100111111100110111101100100111111 | e9603f3f9bd93f |
EUC-JP | 饒??巍? | 11110001110000010011111100111111110101101101101100111111 | f1c13f3fd6db3f |
UTF-8 | 饒뤹뮵巍ㆋ | 111010011010010110010010111010111010010010111001111010111010111010110101111001011011011110001101111000111000011010001011 | e9a592eba4b9ebaeb5e5b78de3868b |
UHC | 饒뤹뮵巍ㆋ | 11101001101011101000111111100111100100101011110111101000111001001010010011111011 | e9ae8fe792bde8e4a4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)