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 | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-WIN | 歪ょ??よ?L | 10011000011000111000001011100101001111110011111110000010111001100011111101001100 | 986382e53f3f82e63f4c |
EUC-JP | 歪ょ??よ?L | 11001111110001001010010011100111001111110011111110100100111010000011111101001100 | cfc4a4e73f3fa4e83f4c |
UTF-8 | 歪ょ콇銳よ킃L | 11100110101011011010101011100011100000101000011111101100101111011000011111101001100010101011001111100011100000101000100011101101100000101000001101001100 | e6adaae38287ecbd87e98ab3e38288ed82834c |
UHC | 歪ょ콇銳よ킃L | 11101000111000001010101011100111101100011000001111100111111001011010101011101000101101001000111101001100 | e8e0aae7b183e7e5aae8b48f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)