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 | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
SJIS-WIN | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
EUC-JP | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
UTF-8 | 셍렳렽렺렼렦롛\ | 11101100100001011000110111101011101000001011001111101011101000001011110111101011101000001011101011101011101000001011110011101011101000001010011011101011101000011001101101011100 | ec858deba0b3eba0bdeba0baeba0bceba0a6eba19b5c |
UHC | 셍렳렽렺렼렦롛\ | 101111001100010010001110110000001000111011000101100011101100001010001110110001001000111010110101100011101101111101011100 | bcc48ec08ec58ec28ec48eb58edf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)