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 | G}YG}bE | 100011110100011101111101010110011000111101000111011111010110001001000101 | 8f477d598f477d6245 |
SJIS-WIN | ?G}Y?G}bE | 001111110100011101111101010110010011111101000111011111010110001001000101 | 3f477d593f477d6245 |
EUC-JP | ?G}Y?G}bE | 001111110100011101111101010110010011111101000111011111010110001001000101 | 3f477d593f477d6245 |
UTF-8 | G}YG}bE | 1100001010001111010001110111110101011001110000101000111101000111011111010110001001000101 | c28f477d59c28f477d6245 |
UHC | ?G}Y?G}bE | 001111110100011101111101010110010011111101000111011111010110001001000101 | 3f477d593f477d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)