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 | エ鴃 | 11110000101101001011010011101001111011101111011111101100 | f0b4b4e9eef7ec |
EUC-JP | ?エ鴃? | 001111111000111010110100111100101111000000111111 | 3f8eb4f2f03f |
UTF-8 | エ鴃 | 111011101000000110110011111011111011110110110100111010011011010010000011111011101001011110001111 | ee81b3efbdb4e9b483ee978f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)