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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苜醇砂鐔 | 1110010010011100100011111000011010001101101110111110100001011100 | e49c8f868dbbe85c |
EUC-JP | 苜醇砂鐔 | 1110011111111100101111011110011010111010101111011110111110111101 | e7fcbde6babdefbd |
UTF-8 | 苜醇砂鐔 | 111010001000101110011100111010011000011010000111111001111010000010000010111010011001000010010100 | e88b9ce98687e7a082e99094 |
UHC | ?醇砂? | 001111111110001011110101110111101110001100111111 | 3fe2f5dee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)