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}Y`G}bE | 10001100011000001001001001000111011111010101100110001100011000001001001001000111011111010110001001000101 | 8c6092477d598c6092477d6245 |
SJIS-WIN | ?`?G}Y?`?G}bE | 00111111011000000011111101000111011111010101100100111111011000000011111101000111011111010110001001000101 | 3f603f477d593f603f477d6245 |
EUC-JP | ?`?G}Y?`?G}bE | 00111111011000000011111101000111011111010101100100111111011000000011111101000111011111010110001001000101 | 3f603f477d593f603f477d6245 |
UTF-8 | `G}Y`G}bE | 1100001010001100011000001100001010010010010001110111110101011001110000101000110001100000110000101001001001000111011111010110001001000101 | c28c60c292477d59c28c60c292477d6245 |
UHC | ?`?G}Y?`?G}bE | 00111111011000000011111101000111011111010101100100111111011000000011111101000111011111010110001001000101 | 3f603f477d593f603f477d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)