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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 﨤泥﨤泥^ | 111110111011001110010011010001001111101110110011100100110100010001011110 | fbb39344fbb393445e |
EUC-JP | ?泥?泥^ | 00111111110001011010010100111111110001011010010101011110 | 3fc5a53fc5a55e |
UTF-8 | 﨤泥﨤泥^ | 11101111101010001010010011100110101100111010010111101111101010001010010011100110101100111010010101011110 | efa8a4e6b3a5efa8a4e6b3a55e |
UHC | ?泥?泥^ | 00111111110100101111101000111111110100101111101001011110 | 3fd2fa3fd2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)