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 | ?¡? | 001111111010000100111111 | 3fa13f |
SJIS-WIN | ??● | 00111111001111111000000110011100 | 3f3f819c |
EUC-JP | ?¡● | 001111111000111110100010110000101010000111111100 | 3f8fa2c2a1fc |
UTF-8 | 숑¡● | 1110110010001000100100011100001010100001111000101001011110001111 | ec8891c2a1e2978f |
UHC | 숑¡● | 101111001111010110100010101011101010000111011100 | bcf5a2aea1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)