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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 猷??巽?B | 1001011101010001001111110011111110010010010001100011111101000010 | 97513f3f92463f42 |
EUC-JP | 猷??巽?B | 1100110110110010001111110011111111000011101001110011111101000010 | cdb23f3fc3a73f42 |
UTF-8 | 猷띠뿄巽셎B | 11100111100011001011011111101011100111011010000011101011101111111000010011100101101101111011110111101100100001011000111001000010 | e78cb7eb9da0ebbf84e5b7bdec858e42 |
UHC | 猷띠뿄巽셎B | 1110101110100011101101101110110010010111100011001110000111011110100110010101001101000010 | eba3b6ec978ce1de995342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)