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 | 鮏 | 111101111010110011110101101111011111110001000011 | f7acf5bdfc43 |
EUC-JP | ??鮏 | 0011111100111111100011111110101011011011 | 3f3f8feadb |
UTF-8 | 鮏 | 111011101001011010001111111011101001000010101000111010011010111010001111 | ee968fee90a8e9ae8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)