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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛙期蛙期 | 1000101001011110100010101111101010001010010111101000101011111010 | 8a5e8afa8a5e8afa |
EUC-JP | 蛙期蛙期 | 1011001110111111101101001111110010110011101111111011010011111100 | b3bfb4fcb3bfb4fc |
UTF-8 | 蛙期蛙期 | 111010001001101110011001111001101001110010011111111010001001101110011001111001101001110010011111 | e89b99e69c9fe89b99e69c9f |
UHC | 蛙期蛙期 | 1110100011000011110100011010001011101000110000111101000110100010 | e8c3d1a2e8c3d1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)