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 | 100011111100000110001111100000101000111111000001100011111000001001000010 | 8fc18f828fc18f8242 |
EUC-JP | 消盾消盾B | 101111101100001110111101111000101011111011000011101111011110001001000010 | bec3bde2bec3bde242 |
UTF-8 | 消盾消盾B | 11100110101101101000100011100111100110111011111011100110101101101000100011100111100110111011111001000010 | e6b688e79bbee6b688e79bbe42 |
UHC | 消盾消盾B | 111000011011110011100010111010101110000110111100111000101110101001000010 | e1bce2eae1bce2ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)