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 | ¼Ý¼Ñ¾» | 101111001101110110111100110100011011111010111011 | bcddbcd1bebb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ý?Ñ?? | 00111111100011111010101011110010001111111000111110101010110100000011111100111111 | 3f8faaf23f8faad03f3f |
UTF-8 | ¼Ý¼Ñ¾» | 110000101011110011000011100111011100001010111100110000111001000111000010101111101100001010111011 | c2bcc39dc2bcc391c2bec2bb |
UHC | ¼?¼?¾? | 101010001111100100111111101010001111100100111111101010001111101000111111 | a8f93fa8f93fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)