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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 菽錞菽錞B | 111001001100000111111011110110111110010011000001111110111101101101000010 | e4c1fbdbe4c1fbdb42 |
EUC-JP | 菽錞菽錞B | 1110100011000011100011111110010011011100111010001100001110001111111001001101110001000010 | e8c38fe4dce8c38fe4dc42 |
UTF-8 | 菽錞菽錞B | 11101000100011111011110111101001100011001001111011101000100011111011110111101001100011001001111001000010 | e88fbde98c9ee88fbde98c9e42 |
UHC | 菽錞菽錞B | 111000101101110111100010111101101110001011011101111000101111011001000010 | e2dde2f6e2dde2f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)