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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | 縕??縕??\ | 1000111111010100110000100011111100111111100011111101010011000010001111110011111101011100 | 8fd4c23f3f8fd4c23f3f5c |
UTF-8 | 縕끻툔縕끿돇\ | 11100111101110001001010111101011100000011011101111101101100010001001010011100111101110001001010111101011100000011011111111101011100011111000011101011100 | e7b895eb81bbed8894e7b895eb81bfeb8f875c |
UHC | 縕끻툔縕끿돇\ | 11101000101100101000010111100101101110001000101111101000101100101000010111100111100010011001100001011100 | e8b285e5b88be8b285e789985c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)