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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 奧?奧?^ | 10011010111110100011111110011010111110100011111101011110 | 9afa3f9afa3f5e |
EUC-JP | 奧?奧?^ | 11010100111111000011111111010100111111000011111101011110 | d4fc3fd4fc3f5e |
UTF-8 | 奧쥵奧쥵^ | 11100101101001011010011111101100101001011011010111100101101001011010011111101100101001011011010101011110 | e5a5a7eca5b5e5a5a7eca5b55e |
UHC | 奧쥵奧쥵^ | 111001111111001110100011010001001110011111110011101000110100010001011110 | e7f3a344e7f3a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)