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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霍壹Π | 111010001011011110011010111000111000001110101110 | e8b79ae383ae |
EUC-JP | 霍壹Π | 111100001011100111010100111001011010011010110000 | f0b9d4e5a6b0 |
UTF-8 | 霍壹Π | 1110100110011100100011011110010110100011101110011100111010100000 | e99c8de5a3b9cea0 |
UHC | ?壹Π | 0011111111101100111011001010010111010000 | 3fececa5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)