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 | æ¼çµ\ | 11100110101111001000011011100111100010001011010101011100 | e6bc86e788b55c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | æ??ç??\ | 1000111110101001110000010011111100111111100011111010101110101110001111110011111101011100 | 8fa9c13f3f8fabae3f3f5c |
UTF-8 | æ¼çµ\ | 11000011101001101100001010111100110000101000011011000011101001111100001010001000110000101011010101011100 | c3a6c2bcc286c3a7c288c2b55c |
UHC | æ¼????\ | 101010011010000110101000111110010011111100111111001111110011111101011100 | a9a1a8f93f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)