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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | モ」モ」\ | 110100111010001111110110111000101111000011101111110100111010001101011100 | d3a3f6e2f0efd3a35c |
EUC-JP | モ」??モ」\ | 1000111011010011100011101010001100111111001111111000111011010011100011101010001101011100 | 8ed38ea33f3f8ed38ea35c |
UTF-8 | モ」モ」\ | 11101111101111101001001111101111101111011010001111101110100101001000100111101110100000101010111011101111101111101001001111101111101111011010001101011100 | efbe93efbda3ee9489ee82aeefbe93efbda35c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)