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 | 迢堤 | 11100111100010111001001011100111 | e78b92e7 |
EUC-JP | 迢堤 | 11101101111010111100010011101001 | edebc4e9 |
UTF-8 | 迢堤 | 111010001011111110100010111001011010000010100100 | e8bfa2e5a0a4 |
UHC | ?堤 | 001111111111000010100111 | 3ff0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)