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 | 鴉?筬 | 1110100111101011001111111110001010101011 | e9eb3fe2ab |
EUC-JP | 鴉?筬 | 1111001011101101001111111110010010101101 | f2ed3fe4ad |
UTF-8 | 鴉랓筬 | 111010011011010010001001111010111001111010010011111001111010110110101100 | e9b489eb9e93e7adac |
UHC | 鴉랓筬 | 111001001011110010001101111110001110000011111110 | e4bc8df8e0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)