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 | 揖?袋彦? | 1001011101001011001111111001000111011100100101010100011000111111 | 974b3f91dc95463f |
EUC-JP | 揖?袋彦? | 1100110110101100001111111100001011011110110010011010011100111111 | cdac3fc2dec9a73f |
UTF-8 | 揖뀌袋彦렑 | 111001101000111110010110111010111000000010001100111010001010001010001011111001011011110110100110111010111010000010010001 | e68f96eb808ce8a28be5bda6eba091 |
UHC | 揖뀌袋彦렑 | 11101011111001111011001011101110110100111110011111100101111010011000111010100110 | ebe7b2eed3e7e5e98ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)