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 | 治而 | 1111000111110000100011101010000111110010101101011000111010100111 | f1f08ea1f2b58ea7 |
EUC-JP | ?治?而 | 001111111011110010100011001111111011110010101001 | 3fbca33fbca9 |
UTF-8 | 治而 | 111011101000010110101011111001101011001010111011111011101000011110101100111010001000000010001100 | ee85abe6b2bbee87ace8808c |
UHC | ?治?而 | 001111111111011010111101001111111110110010111011 | 3ff6bd3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)