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 | ò¢·ú® | 111100101010001010001110101101111111101010101110 | f2a28eb7faae |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | ò¢??ú® | 10001111101010111101001010100001111100010011111100111111100011111010101111100010100011111010001011101110 | 8fabd2a1f13f3f8fabe28fa2ee |
UTF-8 | ò¢·ú® | 110000111011001011000010101000101100001010001110110000101011011111000011101110101100001010101110 | c3b2c2a2c28ec2b7c3bac2ae |
UHC | ???·?® | 0011111100111111001111111010000110100100001111111010001011100111 | 3f3f3fa1a43fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)