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 | 豫??惹? | 10011000101011000011111100111111100011101110010000111111 | 98ac3f3f8ee43f |
EUC-JP | 豫??惹? | 11010000101011100011111100111111101111001110011000111111 | d0ae3f3fbce63f |
UTF-8 | 豫잏윪惹싪 | 111010001011000110101011111011001001111010001111111011001001110010101010111001101000001110111001111011001000101110101010 | e8b1abec9e8fec9caae683b9ec8baa |
UHC | 豫잏윪惹싪 | 11100111111000111001111111100111100111111010100111100101101010011001101011101000 | e7e39fe79fa9e5a99ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)