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 | 瀇 | 11111011010011111111010111101110 | fb4ff5ee |
EUC-JP | 瀇? | 10001111110010011010110100111111 | 8fc9ad3f |
UTF-8 | 瀇 | 111001111000000010000111111011101001000110011001 | e78087ee9199 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)