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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 몔뺤뿞몔뺤뿞^ | 11101011101010101001010011101011101110101010010011101011101111111001111011101011101010101001010011101011101110101010010011101011101111111001111001011110 | ebaa94ebbaa4ebbf9eebaa94ebbaa4ebbf9e5e |
UHC | 몔뺤뿞몔뺤뿞^ | 10010001100000101001010111101100100101111010000010010001100000101001010111101100100101111010000001011110 | 918295ec97a0918295ec97a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)