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 | ?@~ | 001111110100000001111110 | 3f407e |
SJIS-WIN | 漏@~ | 10011000010100100100000001111110 | 9852407e |
EUC-JP | 漏@~ | 11001111101100110100000001111110 | cfb3407e |
UTF-8 | 漏@~ | 1110011010111100100011110100000001111110 | e6bc8f407e |
UHC | 漏@~ | 11010111101010010100000001111110 | d7a9407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)