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 | 뾑}뾑|뾑| | 111010111011111010010001011111011110101110111110100100010111110011101011101111101001000101111100 | ebbe917debbe917cebbe917c |
UHC | 뾑}뾑|뾑| | 100101110100111101111101100101110100111101111100100101110100111101111100 | 974f7d974f7c974f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)