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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ー鄂゙^ | 1011000011100111101111011101111001011110 | b0e7bdde5e |
EUC-JP | ー鄂゙^ | 10001110101100001110111010111111100011101101111001011110 | 8eb0eebf8ede5e |
UTF-8 | ー鄂゙^ | 11101111101111011011000011101001100001001000001011101111101111101001111001011110 | efbdb0e98482efbe9e5e |
UHC | ?鄂?^ | 0011111111100100110001110011111101011110 | 3fe4c73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)