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 | 棚@~ | 10010010010010010100000001111110 | 9249407e |
EUC-JP | 棚@~ | 11000011101010100100000001111110 | c3aa407e |
UTF-8 | 棚@~ | 1110011010100011100110100100000001111110 | e6a39a407e |
UHC | 棚@~ | 11011101110111000100000001111110 | dddc407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)