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 | 醤鴈シ | 10001111110111011110100111101100101111001111000111101101 | 8fdde9ecbcf1ed |
EUC-JP | 醤鴈シ? | 10111110110111111111001011101110100011101011110000111111 | bedff2ee8ebc3f |
UTF-8 | 醤鴈シ | 111010011000011010100100111010011011010010001000111011111011110110111100111011101000010110101000 | e986a4e9b488efbdbcee85a8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)