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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 止?義峯?B | 100011100111111000111111100010110110000010010101111101010011111101000010 | 8e7e3f8b6095f53f42 |
EUC-JP | 止?義峯?B | 101110111101111100111111101101011100000111001010111101110011111101000010 | bbdf3fb5c1caf73f42 |
UTF-8 | 止렞義峯놉B | 11100110101011011010001011101011101000001001111011100111101111101010100111100101101100111010111111101011100001101000100101000010 | e6ada2eba09ee7bea9e5b3afeb868942 |
UHC | 止렞義峯놉B | 1111001010101101100011101010111111101011111110011101110011100111101100111111000101000010 | f2ad8eafebf9dce7b3f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)