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 | 席銑席? | 10010000110010001001000101001100100100001100100000111111 | 90c8914c90c83f |
EUC-JP | 席銑席? | 11000000110010101100000110101101110000001100101000111111 | c0cac1adc0ca3f |
UTF-8 | 席銑席쓖 | 111001011011100010101101111010011000101010010001111001011011100010101101111011001001001110010110 | e5b8ade98a91e5b8adec9396 |
UHC | 席銑席쓖 | 1110000010101100111000001101010111100000101011001001110101110001 | e0ace0d5e0ac9d71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)