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 | 胛給梓褫 | 1110001111101110100010111000101110001000101100101110010111110011 | e3ee8b8b88b2e5f3 |
EUC-JP | 胛給梓褫 | 1110011011110000101101011110101110110000101101001110101011110101 | e6f0b5ebb0b4eaf5 |
UTF-8 | 胛給梓褫 | 111010001000001110011011111001111011010110100110111001101010001010010011111010001010010010101011 | e8839be7b5a6e6a293e8a4ab |
UHC | 胛給梓? | 11001011101001001101000011100101111011101010100100111111 | cba4d0e5eea93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)