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 | 瓦猫瓦杳^ | 100010101010001010010100010011001000101010100010100111011110000001011110 | 8aa2944c8aa29de05e |
EUC-JP | 瓦猫瓦杳^ | 101101001010010011000111101011011011010010100100110110101110001001011110 | b4a4c7adb4a4dae25e |
UTF-8 | 瓦猫瓦杳^ | 11100111100100111010011011100111100011001010101111100111100100111010011011100110100111011011001101011110 | e793a6e78cabe793a6e69db35e |
UHC | 瓦猫瓦杳^ | 111010001011111111011001110111101110100010111111110110011101110001011110 | e8bfd9dee8bfd9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)