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 | ¼Å¼¤_¼ | 101111001100010110111100101001000101111110111100 | bcc5bca45fbc |
SJIS-WIN | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
EUC-JP | ?Å?¤_? | 00111111100011111010101010101001001111111000111110100010111100000101111100111111 | 3f8faaa93f8fa2f05f3f |
UTF-8 | ¼Å¼¤_¼ | 1100001010111100110000111000010111000010101111001100001010100100010111111100001010111100 | c2bcc385c2bcc2a45fc2bc |
UHC | ¼?¼¤_¼ | 10101000111110010011111110101000111110011010001010110100010111111010100011111001 | a8f93fa8f9a2b45fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)