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 | 001111110011111100111111100011000101110101000010 | 3f3f3f8c5d42 |
EUC-JP | ???珪B | 001111110011111100111111101101111011111001000010 | 3f3f3fb7be42 |
UTF-8 | 銳얘퀡珪B | 11101001100010101011001111101100100101101001100011101101100000001010000111100111100011111010101001000010 | e98ab3ec9698ed80a1e78faa42 |
UHC | 銳얘퀡珪B | 111001111110010110111110111010101011001110010101110100001010100001000010 | e7e5beeab395d0a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)