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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 沃????ⅹ? | 100101111000000000111111001111110011111100111111111110100100100100111111 | 97803f3f3f3ffa493f |
EUC-JP | 沃?????? | 1100110111100000001111110011111100111111001111110011111100111111 | cde03f3f3f3f3f3f |
UTF-8 | 沃겼뜵呂잌ⅹ掠 | 111001101011001010000011111010101011001010111100111010111001110010110101111011111010011010000000111011001001111010001100111000101000010110111001111011111010010110110101 | e6b283eab2bceb9cb5efa680ec9e8ce285b9efa5b5 |
UHC | 沃겼뜵呂잌ⅹ掠 | 1110100010101010101100001110010110001101101100111110010111111011100111111110010110100101101010101110010110110001 | e8aab0e58db3e5fb9fe5a5aae5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)