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 | ?腺洩 | 0011111110010001010000101000100101101011 | 3f9142896b |
EUC-JP | ?腺洩 | 0011111111000001101000111011000111001100 | 3fc1a3b1cc |
UTF-8 | 卨腺洩 | 111001011000110110101000111010001000010110111010111001101011010010101001 | e58da8e885bae6b4a9 |
UHC | 卨腺洩 | 111000001101100111100000110011011110000011011101 | e0d9e0cde0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)