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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 迯底キ。繧アB | 11100111100011011001001011101010101101111010000111100011100000101011000101000010 | e78d92eab7a1e382b142 |
EUC-JP | 迯底キ。繧アB | 11101101111011011100010011101100100011101011011110001110101000011110010111100010100011101011000101000010 | ededc4ec8eb78ea1e5e28eb142 |
UTF-8 | 迯底キ。繧アB | 11101000101111111010111111100101101110101001010111101111101111011011011111101111101111011010000111100111101110011010011111101111101111011011000101000010 | e8bfafe5ba95efbdb7efbda1e7b9a7efbdb142 |
UHC | ?底????B | 0011111111101110101111000011111100111111001111110011111101000010 | 3feebc3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)