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 | ¸¨¾Î | 1000111110111000101010001011111011001110 | 8fb8a8bece |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | ?¸¨?Î | 00111111100011111010001010110001101000011010111100111111100011111010101011000010 | 3f8fa2b1a1af3f8faac2 |
UTF-8 | ¸¨¾Î | 11000010100011111100001010111000110000101010100011000010101111101100001110001110 | c28fc2b8c2a8c2bec38e |
UHC | ?¸¨¾? | 0011111110100010101011001010000110100111101010001111101000111111 | 3fa2aca1a7a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)