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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 章℃章 | 100011111100110110000001100011101000111111001101 | 8fcd818e8fcd |
EUC-JP | 章℃章 | 101111101100111110100001111011101011111011001111 | becfa1eebecf |
UTF-8 | 章℃章 | 111001111010101110100000111000101000010010000011111001111010101110100000 | e7aba0e28483e7aba0 |
UHC | 章℃章 | 111011011111000110100001110010011110110111110001 | edf1a1c9edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)