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 | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
SJIS-WIN | 溝榮kB | 100011010110000110011110110001000110101101000010 | 8d619ec46b42 |
EUC-JP | 溝榮kB | 101110011100001011011100110001100110101101000010 | b9c2dcc66b42 |
UTF-8 | 溝榮kB | 1110011010111010100111011110011010100110101011100110101101000010 | e6ba9de6a6ae6b42 |
UHC | 溝榮kB | 110011111011010111100111101101000110101101000010 | cfb5e7b46b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)