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 | â¼è×ú¯\ | 11100010101111001110100011010111111110101010111101011100 | e2bce8d7faaf5c |
SJIS-WIN | ???×??\ | 0011111100111111001111111000000101111110001111110011111101011100 | 3f3f3f817e3f3f5c |
EUC-JP | â?è×ú¯\ | 10001111101010111010010000111111100011111010101110110010101000011101111110001111101010111110001010001111101000101011010001011100 | 8faba43f8fabb2a1df8fabe28fa2b45c |
UTF-8 | â¼è×ú¯\ | 11000011101000101100001010111100110000111010100011000011100101111100001110111010110000101010111101011100 | c3a2c2bcc3a8c397c3bac2af5c |
UHC | ?¼?×??\ | 001111111010100011111001001111111010000110111111001111110011111101011100 | 3fa8f93fa1bf3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)