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 | ¸ÎËÐ | 10111000110011101100101111010000 | b8cecbd0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¸ÎË? | 10001111101000101011000110001111101010101100001010001111101010101011001100111111 | 8fa2b18faac28faab33f |
UTF-8 | ¸ÎËÐ | 1100001010111000110000111000111011000011100010111100001110010000 | c2b8c38ec38bc390 |
UHC | ¸??Ð | 101000101010110000111111001111111010100010100010 | a2ac3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)