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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セ骼、疾髙 | 11110010101000111011111011101001100011101010010010001110101111101111101111111100 | f2a3bee98ea48ebefbfc |
EUC-JP | ?セ骼、疾? | 00111111100011101011111011110001111011101000111010100100101111001100000000111111 | 3f8ebef1ee8ea4bcc03f |
UTF-8 | セ骼、疾髙 | 111011101000011110011010111011111011110110111110111010011010101010111100111011111011110110100100111001111001011010111110111010011010101110011001 | ee879aefbdbee9aabcefbda4e796bee9ab99 |
UHC | ????疾? | 00111111001111110011111100111111111100101111000000111111 | 3f3f3f3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)