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 | 詩}詩|詩| | 100011101000110101111101100011101000110101111100100011101000110101111100 | 8e8d7d8e8d7c8e8d7c |
EUC-JP | 詩}詩|詩| | 101110111110110101111101101110111110110101111100101110111110110101111100 | bbed7dbbed7cbbed7c |
UTF-8 | 詩}詩|詩| | 111010001010100110101001011111011110100010101001101010010111110011101000101010011010100101111100 | e8a9a97de8a9a97ce8a9a97c |
UHC | 詩}詩|詩| | 111000111100110001111101111000111100110001111100111000111100110001111100 | e3cc7de3cc7ce3cc7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)