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 | ??§? | 00111111001111111010011100111111 | 3f3fa73f |
SJIS-WIN | 韈臥§襃 | 1110100011100111100010011110011110000001100110001110010111101111 | e8e789e78198e5ef |
EUC-JP | 韈臥§襃 | 1111000011101001101100101110100110100001111110001110101011110001 | f0e9b2e9a1f8eaf1 |
UTF-8 | 韈臥§襃 | 1110100110011111100010001110100010000111101001011100001010100111111010001010010110000011 | e99f88e887a5c2a7e8a583 |
UHC | ?臥§? | 001111111110100011000010101000011101011100111111 | 3fe8c2a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)