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 | c¾ | 10011000011000111000110110111110 | 98638dbe |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
UTF-8 | c¾ | 11000010100110000110001111000010100011011100001010111110 | c29863c28dc2be |
UHC | ?c?¾ | 0011111101100011001111111010100011111010 | 3f633fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)