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 | 齊?猿私 | 11101010100011100011111110001001100011101000111010000100 | ea8e3f898e8e84 |
EUC-JP | 齊?猿私 | 11110011111011100011111110110001111011101011101111100100 | f3ee3fb1eebbe4 |
UTF-8 | 齊렣猿私 | 111010011011110110001010111010111010000010100011111001111000110010111111111001111010011110000001 | e9bd8aeba0a3e78cbfe7a781 |
UHC | 齊렣猿私 | 1111000010111010100011101011010011101010101110111101111011100111 | f0ba8eb4eabbdee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)