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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 計計B | 1000110001110110100011000111011001000010 | 8c768c7642 |
EUC-JP | 計計B | 1011011111010111101101111101011101000010 | b7d7b7d742 |
UTF-8 | 計計B | 11101000101010001000100011101000101010001000100001000010 | e8a888e8a88842 |
UHC | 計計B | 1100110110101010110011011010101001000010 | cdaacdaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)