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 | ???亥? | 001111110011111100111111100010001110010100111111 | 3f3f3f88e53f |
EUC-JP | 獒??亥? | 1000111111001011101110110011111100111111101100001110011100111111 | 8fcbbb3f3fb0e73f |
UTF-8 | 獒붿렰亥뗨 | 111001111000110110010010111010111011011010111111111010111010000010110000111001001011101010100101111010111001011110101000 | e78d92ebb6bfeba0b0e4baa5eb97a8 |
UHC | 獒붿렰亥뗨 | 11101000101000111001010011101100100011101011110111111010101001001000101111101000 | e8a394ec8ebdfaa48be8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)