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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 単蔵淡族B | 100100100101000010010001101000001001001001010111100100011011000001000010 | 925091a0925791b042 |
EUC-JP | 単蔵淡族B | 110000111011000111000010101000101100001110111000110000101011001001000010 | c3b1c2a2c3b8c2b242 |
UTF-8 | 単蔵淡族B | 11100101100011011001100011101000100101001011010111100110101101111010000111100110100101111000111101000010 | e58d98e894b5e6b7a1e6978f42 |
UHC | ??淡族B | 00111111001111111101001110111111111100001110100101000010 | 3f3fd3bff0e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)