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 | ¼Î¼°è¸ | 101111001100111010111100101100001110100010111000 | bccebcb0e8b8 |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?Î?°è¸ | 00111111100011111010101011000010001111111010000111101011100011111010101110110010100011111010001010110001 | 3f8faac23fa1eb8fabb28fa2b1 |
UTF-8 | ¼Î¼°è¸ | 110000101011110011000011100011101100001010111100110000101011000011000011101010001100001010111000 | c2bcc38ec2bcc2b0c3a8c2b8 |
UHC | ¼?¼°?¸ | 10101000111110010011111110101000111110011010000111000110001111111010001010101100 | a8f93fa8f9a1c63fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)