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 | ?瀋?^ | 0011111111100000011000110011111101011110 | 3fe0633f5e |
EUC-JP | ?瀋?^ | 0011111111011111110001000011111101011110 | 3fdfc43f5e |
UTF-8 | 쒔瀋렚^ | 11101100100100101001010011100111100000001000101111101011101000001001101001011110 | ec9294e7808beba09a5e |
UHC | 쒔瀋렚^ | 10111110101011011110010010100011100011101010110101011110 | beade4a38ead5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)