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 | 繒猫繒杳^ | 111110111000111110010100010011001111101110001111100111011110000001011110 | fb8f944cfb8f9de05e |
EUC-JP | 繒猫繒杳^ | 1000111111010100110101001100011110101101100011111101010011010100110110101110001001011110 | 8fd4d4c7ad8fd4d4dae25e |
UTF-8 | 繒猫繒杳^ | 11100111101110011001001011100111100011001010101111100111101110011001001011100110100111011011001101011110 | e7b992e78cabe7b992e69db35e |
UHC | 繒猫繒杳^ | 111100011111100111011001110111101111000111111001110110011101110001011110 | f1f9d9def1f9d9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)