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\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 茯常習g\ | 1110010010101000100011111110110110001111010010110110011101011100 | e4a88fed8f4b675c |
EUC-JP | 茯常習g\ | 1110100010101010101111101110111110111101101011000110011101011100 | e8aabeefbdac675c |
UTF-8 | 茯常習g\ | 1110100010001100101011111110010110111000101110001110011110111111100100100110011101011100 | e88cafe5b8b8e7bf92675c |
UHC | 茯常習g\ | 1101110011011010110111111100100011100011101001110110011101011100 | dcdadfc8e3a7675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)