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 | 逾橄洟? | 11100111101001011001111011101011100111111010010000111111 | e7a59eeb9fa43f |
EUC-JP | 逾橄洟宼 | 111011101010011111011100111011011101111010100110100011111011101011011010 | eea7dceddea68fbada |
UTF-8 | 逾橄洟宼 | 111010011000000010111110111001101010100110000100111001101011010010011111111001011010111010111100 | e980bee6a984e6b49fe5aebc |
UHC | 逾橄?? | 111010111011010111001010111101000011111100111111 | ebb5caf43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)