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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???釉←? | 0011111100111111001111111110011111010110100000011010100100111111 | 3f3f3fe7d681a93f |
EUC-JP | ???釉←? | 0011111100111111001111111110111011011000101000101010101100111111 | 3f3f3feed8a2ab3f |
UTF-8 | 咽됱빍釉←뙠 | 111011111010011010011110111010111001000010110001111010111011100110001101111010011000011110001001111000101000011010010000111010111001100110100000 | efa69eeb90b1ebb98de98789e28690eb99a0 |
UHC | 咽됱빍釉←뙠 | 111001101110110010001001111011001001010110110010111010111011100010100001111001111000110010100101 | e6ec89ec95b2ebb8a1e78ca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)