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 | ¼¶Â× | 1011110010110110100011111100001011010111 | bcb68fc2d7 |
SJIS-WIN | ?¶??× | 00111111100000011111011100111111001111111000000101111110 | 3f81f73f3f817e |
EUC-JP | ?¶?Â× | 001111111010001011111001001111111000111110101010101001001010000111011111 | 3fa2f93f8faaa4a1df |
UTF-8 | ¼¶Â× | 11000010101111001100001010110110110000101000111111000011100000101100001110010111 | c2bcc2b6c28fc382c397 |
UHC | ¼¶??× | 1010100011111001101000101101001000111111001111111010000110111111 | a8f9a2d23f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)