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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沃???ф? | 1001011110000000001111110011111100111111100001001000011000111111 | 97803f3f3f84863f |
EUC-JP | 沃???ф? | 1100110111100000001111110011111100111111101001111110011000111111 | cde03f3f3fa7e63f |
UTF-8 | 沃계쥤歷ф겘 | 1110011010110010100000111110101010110011100001001110110010100101101001001110111110100110100011001101000110000100111010101011001010011000 | e6b283eab384eca5a4efa68cd184eab298 |
UHC | 沃계쥤歷ф겘 | 111010001010101010110000111010001010001010010110111001101011100010101100111001101000000110101111 | e8aab0e8a296e6b8ace681af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)