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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雹葢雹葢B | 111010001011100111100100111000101110100010111001111001001110001001000010 | e8b9e4e2e8b9e4e242 |
EUC-JP | 雹葢雹葢B | 111100001011101111101000111001001111000010111011111010001110010001000010 | f0bbe8e4f0bbe8e442 |
UTF-8 | 雹葢雹葢B | 11101001100110111011100111101000100100011010001011101001100110111011100111101000100100011010001001000010 | e99bb9e891a2e99bb9e891a242 |
UHC | 雹?雹?B | 11011010110111110011111111011010110111110011111101000010 | dadf3fdadf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)