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 | 1110000010100110111000001101010001011001111000001010011011100000110101000110001001000101 | e0a6e0d459e0a6e0d46245 |
EUC-JP | 爬獪Y爬獪bE | 1110000010101000111000001101011001011001111000001010100011100000110101100110001001000101 | e0a8e0d659e0a8e0d66245 |
UTF-8 | 爬獪Y爬獪bE | 111001111000100010101100111001111000110110101010010110011110011110001000101011001110011110001101101010100110001001000101 | e788ace78daa59e788ace78daa6245 |
UHC | 爬獪Y爬獪bE | 1111011111110000111111001110101001011001111101111111000011111100111010100110001001000101 | f7f0fcea59f7f0fcea6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)