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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沃??余 | 100101111000000000111111001111111001011101011101 | 97803f3f975d |
EUC-JP | 沃??余 | 110011011110000000111111001111111100110110111110 | cde03f3fcdbe |
UTF-8 | 沃욕떂余 | 111001101011001010000011111011001001101010010101111010111001011010000010111001001011110110011001 | e6b283ec9a95eb9682e4bd99 |
UHC | 沃욕떂余 | 1110100010101010101111111110010110001011100110001110010111111001 | e8aabfe58b98e5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)