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 | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 甞蓐g\ | 111000010101001011100100111010100110011101011100 | e152e4ea675c |
EUC-JP | 甞蓐g\ | 111000011011001111101000111011000110011101011100 | e1b3e8ec675c |
UTF-8 | 甞蓐g\ | 1110011110010100100111101110100010010011100100000110011101011100 | e7949ee89390675c |
UHC | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)