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 | 蘊? | 111001010101110100111111 | e55d3f |
EUC-JP | 蘊? | 111010011011111000111111 | e9be3f |
UTF-8 | 蘊욑 | 111010001001100010001010111011001001101010010001 | e8988aec9a91 |
UHC | 蘊욑 | 11101000101100111001111011101111 | e8b39eef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)