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\ | 1000100011010110001111110110011101011100 | 88d63f675c |
EUC-JP | 椅?g\ | 1011000011011000001111110110011101011100 | b0d83f675c |
UTF-8 | 椅렱g\ | 1110011010100100100001011110101110100000101100010110011101011100 | e6a485eba0b1675c |
UHC | 椅렱g\ | 111010111111010110001110101111100110011101011100 | ebf58ebe675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)