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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | モ」Lモ」L^ | 11010011101000110100110011010011101000110100110001011110 | d3a34cd3a34c5e |
EUC-JP | モ」Lモ」L^ | 1000111011010011100011101010001101001100100011101101001110001110101000110100110001011110 | 8ed38ea34c8ed38ea34c5e |
UTF-8 | モ」Lモ」L^ | 111011111011111010010011111011111011110110100011010011001110111110111110100100111110111110111101101000110100110001011110 | efbe93efbda34cefbe93efbda34c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)