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 | ???bB | 0011111100111111001111110110001001000010 | 3f3f3f6242 |
SJIS-WIN | 辿揃但bB | 1001001001001000100100011011010110010010010000010110001001000010 | 924891b592416242 |
EUC-JP | 辿揃但bB | 1100001110101001110000101011011111000011101000100110001001000010 | c3a9c2b7c3a26242 |
UTF-8 | 辿揃但bB | 1110100010111110101111111110011010001111100000111110010010111101100001100110001001000010 | e8bebfe68f83e4bd866242 |
UHC | ??但bB | 001111110011111111010011101000110110001001000010 | 3f3fd3a36242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)