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 | ??郡??裙^ | 001111110011111110001100010100110011111100111111111001011110001101011110 | 3f3f8c533f3fe5e35e |
EUC-JP | ??郡??裙^ | 001111110011111110110111101101000011111100111111111010101110010101011110 | 3f3fb7b43f3feae55e |
UTF-8 | 뤈㉭郡뤈㉭裙^ | 11101011101001001000100011100011100010011010110111101001100000111010000111101011101001001000100011100011100010011010110111101000101000111001100101011110 | eba488e389ade983a1eba488e389ade8a3995e |
UHC | 뤈㉭郡뤈㉭裙^ | 10001111101110001010100010111110110011111101101110001111101110001010100010111110110011111101100101011110 | 8fb8a8becfdb8fb8a8becfd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)