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 | ºüyºüyB | 10111010111111000111100110111010111111000111100101000010 | bafc79bafc7942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | ºüyºüyB | 100011111010001011101011100011111010101111100100011110011000111110100010111010111000111110101011111001000111100101000010 | 8fa2eb8fabe4798fa2eb8fabe47942 |
UTF-8 | ºüyºüyB | 1100001010111010110000111011110001111001110000101011101011000011101111000111100101000010 | c2bac3bc79c2bac3bc7942 |
UHC | º?yº?yB | 101010001010110000111111011110011010100010101100001111110111100101000010 | a8ac3f79a8ac3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)