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 | 100011111100001110010111011110101000111111000011100101110111101001000010 | 8fc3977a8fc3977a42 |
EUC-JP | 湘陽湘陽B | 101111101100010111001101110110111011111011000101110011011101101101000010 | bec5cddbbec5cddb42 |
UTF-8 | 湘陽湘陽B | 11100110101110011001100011101001100110011011110111100110101110011001100011101001100110011011110101000010 | e6b998e999bde6b998e999bd42 |
UHC | 湘陽湘陽B | 110111111100111111100101110101011101111111001111111001011101010101000010 | dfcfe5d5dfcfe5d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)