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 | ??ザ節θ? | 001111110011111110000011010101011001000011011111100000111100011000111111 | 3f3f835590df83c63f |
EUC-JP | ??ザ節θ? | 001111110011111110100101101101101100000011100001101001101100100000111111 | 3f3fa5b6c0e1a6c83f |
UTF-8 | 廉뉓ザ節θ닅 | 1110111110100110101000101110101110001001100100111110001110000010101101101110011110101111100000001100111010111000111010111000101110000101 | efa6a2eb8993e382b6e7af80ceb8eb8b85 |
UHC | 廉뉓ザ節θ닅 | 111001101111010110000111111010001010101110110110111011111011110110100101111010001000100010001110 | e6f587e8abb6efbda5e8888e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)