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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 迪掵Y迪掵bE | 1110011110001100100111010111110101011001111001111000110010011101011111010110001001000101 | e78c9d7d59e78c9d7d6245 |
EUC-JP | 迪掵Y迪掵bE | 1110110111101100110110011101111001011001111011011110110011011001110111100110001001000101 | edecd9de59edecd9de6245 |
UTF-8 | 迪掵Y迪掵bE | 111010001011111110101010111001101000111010110101010110011110100010111111101010101110011010001110101101010110001001000101 | e8bfaae68eb559e8bfaae68eb56245 |
UHC | 迪?Y迪?bE | 111011101110100000111111010110011110111011101000001111110110001001000101 | eee83f59eee83f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)