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 | ì½¼î | 1110110010111101101111001110111010001111 | ecbdbcee8f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ì??î? | 100011111010101111000000001111110011111110001111101010111100001000111111 | 8fabc03f3f8fabc23f |
UTF-8 | ì½¼î | 11000011101011001100001010111101110000101011110011000011101011101100001010001111 | c3acc2bdc2bcc3aec28f |
UHC | ?½¼?? | 00111111101010001111011010101000111110010011111100111111 | 3fa8f6a8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)