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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閾滔ャ罷脹B | 11101000100001111001111111101011101011001001010011101011100100101010111101000010 | e8879febac94eb92af42 |
EUC-JP | 閾滔ャ罷脹B | 1110111111100111110111101110110110001110101011001100100011101101110001001011000101000010 | efe7deed8eacc8edc4b142 |
UTF-8 | 閾滔ャ罷脹B | 11101001100101101011111011100110101110111001010011101111101111011010110011100111101111011011011111101000100001001011100101000010 | e996bee6bb94efbdace7bdb7e884b942 |
UHC | ?滔?罷脹B | 001111111101010010100101001111111111011111110011111100111110110001000010 | 3fd4a53ff7f3f3ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)