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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??∨?? | 001111110011111110000001110010010011111100111111 | 3f3f81c93f3f |
EUC-JP | ??∨?? | 001111110011111110100010110010110011111100111111 | 3f3fa2cb3f3f |
UTF-8 | 룴횕∨礪횕 | 111010111010001110110100111011011001101010010101111000101000100010101000111011111010011010000101111011011001101010010101 | eba3b4ed9a95e288a8efa685ed9a95 |
UHC | 룴횕∨礪횕 | 10001111101010011100001110001111101000011111110111100110101001111100001110001111 | 8fa9c38fa1fde6a7c38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)