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 | Q}YQ}bE | 100010010101000101111101010110011000100101010001011111010110001001000101 | 89517d5989517d6245 |
SJIS-WIN | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
EUC-JP | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
UTF-8 | Q}YQ}bE | 1100001010001001010100010111110101011001110000101000100101010001011111010110001001000101 | c289517d59c289517d6245 |
UHC | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)