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^ | 100100101011110100111111010011001001001010111101001111110100110001011110 | 92bd3f4c92bd3f4c5e |
EUC-JP | 朕?L朕?L^ | 110001001011111100111111010011001100010010111111001111110100110001011110 | c4bf3f4cc4bf3f4c5e |
UTF-8 | 朕셀L朕셀L^ | 111001101001110010010101111011001000010110000000010011001110011010011100100101011110110010000101100000000100110001011110 | e69c95ec85804ce69c95ec85804c5e |
UHC | 朕셀L朕셀L^ | 1111001011111001101111001011111101001100111100101111100110111100101111110100110001011110 | f2f9bcbf4cf2f9bcbf4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)