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 | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 葉??Z? | 100101110111010000111111001111110101101000111111 | 97743f3f5a3f |
EUC-JP | 葉??Z? | 110011011101010100111111001111110101101000111111 | cdd53f3f5a3f |
UTF-8 | 葉띕젡Z吳 | 11101000100100011000100111101011100111011001010111101100101000001010000101011010111001011001000010110011 | e89189eb9d95eca0a15ae590b3 |
UHC | 葉띕젡Z吳 | 111001111010100010110110111010111010000010011010010110101110011111101111 | e7a8b6eba09a5ae7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)