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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓚晧ィ坑 | 11100100111010011001110111101100101010001000110101000010 | e4e99deca88d42 |
EUC-JP | 蓚晧ィ坑 | 1110100011101011110110101110111010001110101010001011100110100011 | e8ebdaee8ea8b9a3 |
UTF-8 | 蓚晧ィ坑 | 111010001001001110011010111001101001100110100111111011111011110110101000111001011001110110010001 | e8939ae699a7efbda8e59d91 |
UHC | 蓚晧?坑 | 11100010101111101111101111000101001111111100101111010101 | e2befbc53fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)