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 | j}Yj}bE | 100011100110101001111101010110011000111001101010011111010110001001000101 | 8e6a7d598e6a7d6245 |
SJIS-WIN | ?j}Y?j}bE | 001111110110101001111101010110010011111101101010011111010110001001000101 | 3f6a7d593f6a7d6245 |
EUC-JP | ?j}Y?j}bE | 001111110110101001111101010110010011111101101010011111010110001001000101 | 3f6a7d593f6a7d6245 |
UTF-8 | j}Yj}bE | 1100001010001110011010100111110101011001110000101000111001101010011111010110001001000101 | c28e6a7d59c28e6a7d6245 |
UHC | ?j}Y?j}bE | 001111110110101001111101010110010011111101101010011111010110001001000101 | 3f6a7d593f6a7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)