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 | 蟄ゥ邯ソ | 111001011010110110101001111001111011011010111111 | e5ada9e7b6bf |
EUC-JP | 蟄ゥ邯ソ | 1110101010101111100011101010100111101110101110001000111010111111 | eaaf8ea9eeb88ebf |
UTF-8 | 蟄ゥ邯ソ | 111010001001111110000100111011111011110110101001111010011000001010101111111011111011110110111111 | e89f84efbda9e982afefbdbf |
UHC | 蟄?邯? | 111101101101111000111111110010101111101100111111 | f6de3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)