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 | 褫弥鯵 | 111001011111001110010110111011011000100010110001 | e5f396ed88b1 |
EUC-JP | 褫弥鯵 | 111010101111010111001100111011111011000010110011 | eaf5ccefb0b3 |
UTF-8 | 褫弥鯵 | 111010001010010010101011111001011011110010100101111010011010111110110101 | e8a4abe5bca5e9afb5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)