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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 乙?Ч? | 100010011011001100111111100001000101100000111111 | 89b33f84583f |
EUC-JP | 乙?Ч璵 | 1011001010110101001111111010011110111001100011111100110011100110 | b2b53fa7b98fcce6 |
UTF-8 | 乙꿰Ч璵 | 1110010010111001100110011110101010111111101100001101000010100111111001111001001010110101 | e4b999eabfb0d0a7e792b5 |
UHC | 乙꿰Ч璵 | 1110101111100000101100101110011110101100101110011110011010100101 | ebe0b2e7acb9e6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)