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 | ¼Ä¼¶¼Å¼ | 10111100110001001011110010110110101111001100010110111100 | bcc4bcb6bcc5bc |
SJIS-WIN | ???¶??? | 0011111100111111001111111000000111110111001111110011111100111111 | 3f3f3f81f73f3f3f |
EUC-JP | ?Ä?¶?Å? | 001111111000111110101010101000110011111110100010111110010011111110001111101010101010100100111111 | 3f8faaa33fa2f93f8faaa93f |
UTF-8 | ¼Ä¼¶¼Å¼ | 1100001010111100110000111000010011000010101111001100001010110110110000101011110011000011100001011100001010111100 | c2bcc384c2bcc2b6c2bcc385c2bc |
UHC | ¼?¼¶¼?¼ | 101010001111100100111111101010001111100110100010110100101010100011111001001111111010100011111001 | a8f93fa8f9a2d2a8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)