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 | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-WIN | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
EUC-JP | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
UTF-8 | 뮖}뮖|뮖| | 111010111010111010010110011111011110101110101110100101100111110011101011101011101001011001111100 | ebae967debae967cebae967c |
UHC | 뮖}뮖|뮖| | 100100101010001001111101100100101010001001111100100100101010001001111100 | 92a27d92a27c92a27c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)