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 | 111010010110111000111111010110011110100101101110001111110110001001000101 | e96e3f59e96e3f6245 |
EUC-JP | 駭?Y駭?bE | 111100011100111100111111010110011111000111001111001111110110001001000101 | f1cf3f59f1cf3f6245 |
UTF-8 | 駭렱Y駭렱bE | 111010011010011110101101111010111010000010110001010110011110100110100111101011011110101110100000101100010110001001000101 | e9a7adeba0b159e9a7adeba0b16245 |
UHC | 駭렱Y駭렱bE | 1111101010110100100011101011111001011001111110101011010010001110101111100110001001000101 | fab48ebe59fab48ebe6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)