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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 粗??B | 1001000101100101001111110011111101000010 | 91653f3f42 |
EUC-JP | 粗??B | 1100000111000110001111110011111101000010 | c1c63f3f42 |
UTF-8 | 粗롃롆B | 11100111101100101001011111101011101000011000001111101011101000011000011001000010 | e7b297eba183eba18642 |
UHC | 粗롃롆B | 11110000110110001000111011001010100011101100110001000010 | f0d88eca8ecc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)