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 | 椅??^ | 1000100011010110001111110011111101011110 | 88d63f3f5e |
EUC-JP | 椅??^ | 1011000011011000001111110011111101011110 | b0d83f3f5e |
UTF-8 | 椅먯뿉^ | 11100110101001001000010111101011101010001010111111101011101111111000100101011110 | e6a485eba8afebbf895e |
UHC | 椅먯뿉^ | 11101011111101011001000011101100100101111001000001011110 | ebf590ec97905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)