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 | 11101000101010111000001011100110100011011001000001000010 | e8ab82e68d9042 |
EUC-JP | 隲よ告B | 11110000101011011010010011101000101110011111000001000010 | f0ada4e8b9f042 |
UTF-8 | 隲よ告B | 11101001100110101011001011100011100000101000100011100101100100011000101001000010 | e99ab2e38288e5918a42 |
UHC | ?よ告B | 001111111010101011101000110011011011000101000010 | 3faae8cdb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)