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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 燿c?節??E | 11100000101000001000001010000011001111111001000011011111001111110011111101000101 | e0a082833f90df3f3f45 |
EUC-JP | 燿c?節??E | 11100000101000101010001111100011001111111100000011100001001111110011111101000101 | e0a2a3e33fc0e13f3f45 |
UTF-8 | 燿c굫節쏙쉿E | 11100111100001111011111111101111101111011000001111101010101101011010101111100111101011111000000011101100100011111001100111101100100010011011111101000101 | e787bfefbd83eab5abe7af80ec8f99ec89bf45 |
UHC | 燿c굫節쏙쉿E | 11101000111111001010001111100011100000101001000111101111101111011011110111101111101111011011001001000101 | e8fca3e38291efbdbdefbdb245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)