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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 漬??e^ | 100100101101000000111111001111110110010101011110 | 92d03f3f655e |
EUC-JP | 漬??e^ | 110001001101001000111111001111110110010101011110 | c4d23f3f655e |
UTF-8 | 漬얗벳e^ | 1110011010111100101011001110110010010110100101111110101110110010101100110110010101011110 | e6bcacec9697ebb2b3655e |
UHC | 漬얗벳e^ | 1111001010110000101111101110100110111010101010100110010101011110 | f2b0bee9baaa655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)