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 | Å¢³ì¢» | 110001011010001010110011111011001010001010111011 | c5a2b3eca2bb |
SJIS-WIN | ?¢??¢? | 0011111110000001100100010011111100111111100000011001000100111111 | 3f81913f3f81913f |
EUC-JP | Ţ?� | 100011111010101010101001101000011111000100111111100011111010101111000000101000011111000100111111 | 8faaa9a1f13f8fabc0a1f13f |
UTF-8 | Å¢³ì¢» | 110000111000010111000010101000101100001010110011110000111010110011000010101000101100001010111011 | c385c2a2c2b3c3acc2a2c2bb |
UHC | ??³??? | 00111111001111111010100111111000001111110011111100111111 | 3f3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)