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 | è¼ï¥ì | 1110100010111100100010011110111110100101100011111110110010011101 | e8bc89efa58fec9d |
SJIS-WIN | ????¥??? | 001111110011111100111111001111111000000110001111001111110011111100111111 | 3f3f3f3f818f3f3f3f |
EUC-JP | è??ï??ì? | 1000111110101011101100100011111100111111100011111010101111000001001111110011111110001111101010111100000000111111 | 8fabb23f3f8fabc13f3f8fabc03f |
UTF-8 | è¼ï¥ì | 11000011101010001100001010111100110000101000100111000011101011111100001010100101110000101000111111000011101011001100001010011101 | c3a8c2bcc289c3afc2a5c28fc3acc29d |
UHC | ?¼?????? | 001111111010100011111001001111110011111100111111001111110011111100111111 | 3fa8f93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)