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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 叔盈?B | 100011110110011010001001011011010011111101000010 | 8f66896d3f42 |
EUC-JP | 叔盈?B | 101111011100011110110001110011100011111101000010 | bdc7b1ce3f42 |
UTF-8 | 叔盈슮B | 11100101100011111001010011100111100110111000100011101100100010101010111001000010 | e58f94e79b88ec8aae42 |
UHC | 叔盈슮B | 11100010110100101110011111000011100110101011010101000010 | e2d2e7c39ab542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)