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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沃??援? | 10010111100000000011111100111111100010011000011100111111 | 97803f3f89873f |
EUC-JP | 沃??援? | 11001101111000000011111100111111101100011110011100111111 | cde03f3fb1e73f |
UTF-8 | 沃ㅺ낄援쒎 | 111001101011001010000011111000111000010110111010111010111000001010000100111001101000111110110100111011001001001010001110 | e6b283e385baeb8284e68fb4ec928e |
UHC | 沃ㅺ낄援쒎 | 11101000101010101010010011101010101100111010010111101010101101011001110011100101 | e8aaa4eab3a5eab59ce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)