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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冶??始 | 100101101110100000111111001111111000111001101110 | 96e83f3f8e6e |
EUC-JP | 冶??始 | 110011001110101000111111001111111011101111001111 | ccea3f3fbbcf |
UTF-8 | 冶귡뜫始 | 111001011000011010110110111010101011011110100001111010111001110010101011111001011010011110001011 | e586b6eab7a1eb9cabe5a78b |
UHC | 冶귡뜫始 | 1110010110100111100000101110100110001101101011001110001110110111 | e5a782e98dace3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)