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 | ¶ç¸G | 1001111010110110111001111011100001000111 | 9eb6e7b847 |
SJIS-WIN | ?¶??G | 001111111000000111110111001111110011111101000111 | 3f81f73f3f47 |
EUC-JP | ?¶ç¸G | 00111111101000101111100110001111101010111010111010001111101000101011000101000111 | 3fa2f98fabae8fa2b147 |
UTF-8 | ¶ç¸G | 110000101001111011000010101101101100001110100111110000101011100001000111 | c29ec2b6c3a7c2b847 |
UHC | ?¶?¸G | 00111111101000101101001000111111101000101010110001000111 | 3fa2d23fa2ac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)