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 | 111010001010011000111111010110011110100010100110001111110110001001000101 | e8a63f59e8a63f6245 |
EUC-JP | 隕?Y隕?bE | 111100001010100000111111010110011111000010101000001111110110001001000101 | f0a83f59f0a83f6245 |
UTF-8 | 隕넸Y隕넸bE | 111010011001101010010101111010111000010010111000010110011110100110011010100101011110101110000100101110000110001001000101 | e99a95eb84b859e99a95eb84b86245 |
UHC | 隕넸Y隕넸bE | 1110101010100010101100111101111001011001111010101010001010110011110111100110001001000101 | eaa2b3de59eaa2b3de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)