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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雍鍋梶鞴 | 1110100010110100100100111110011110001010100000011110100011100100 | e8b493e78a81e8e4 |
EUC-JP | 雍鍋梶鞴 | 1111000010110110110001101110100110110011111000011111000011100110 | f0b6c6e9b3e1f0e6 |
UTF-8 | 雍鍋梶鞴 | 111010011001101110001101111010011000110110001011111001101010001010110110111010011001111010110100 | e99b8de98d8be6a2b6e99eb4 |
UHC | 雍鍋梶? | 11101000101111001100111010100111110110101011001000111111 | e8bccea7dab23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)