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 | 1110010011110110111001111100101001011001111001001111011011100111110010100110001001000101 | e4f6e7ca59e4f6e7ca6245 |
EUC-JP | 蔕醋Y蔕醋bE | 1110100011111000111011101100110001011001111010001111100011101110110011000110001001000101 | e8f8eecc59e8f8eecc6245 |
UTF-8 | 蔕醋Y蔕醋bE | 111010001001010010010101111010011000011010001011010110011110100010010100100101011110100110000110100010110110001001000101 | e89495e9868b59e89495e9868b6245 |
UHC | ?醋Y?醋bE | 001111111111010110110011010110010011111111110101101100110110001001000101 | 3ff5b3593ff5b36245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)