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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 戊瑩妛 | 100101011110100011100000111100001001101110101010 | 95e8e0f09baa |
EUC-JP | 戊瑩妛 | 110010101110101011100000111100101101011010101100 | caeae0f2d6ac |
UTF-8 | 戊瑩妛 | 111001101000100010001010111001111001000110101001111001011010011010011011 | e6888ae791a9e5a69b |
UHC | 戊瑩? | 1101100111100110111110111010100100111111 | d9e6fba93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)