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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ∵??懈ビ] | 100000011110011000111111001111111001110011100110100000110111001001011101 | 81e63f3f9ce683725d |
EUC-JP | ∵??懈ビ] | 101000101110100000111111001111111101100011101000101001011101001101011101 | a2e83f3fd8e8a5d35d |
UTF-8 | ∵▩룫懈ビ] | 11100010100010001011010111100010100101101010100111101011101000111010101111100110100001111000100011100011100000111001001101011101 | e288b5e296a9eba3abe68788e383935d |
UHC | ∵▩룫懈ビ] | 1010000111110001101000101100110010001111101000101111101010101011101010111101001101011101 | a1f1a2cc8fa2faababd35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)