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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裝濫 | 11100101111001001001011110010100 | e5e49794 |
EUC-JP | 裝濫 | 11101010111001101100110111110100 | eae6cdf4 |
UTF-8 | 裝濫 | 111010001010001110011101111001101011111110101011 | e8a39de6bfab |
UHC | 裝濫 | 11101101111110111101010110111101 | edfbd5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)