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 | 曜??節??E | 100101110110101000111111001111111001000011011111001111110011111101000101 | 976a3f3f90df3f3f45 |
EUC-JP | 曜??節??E | 110011011100101100111111001111111100000011100001001111110011111101000101 | cdcb3f3fc0e13f3f45 |
UTF-8 | 曜섉㈇節쏙슘E | 11100110100110111001110011101100100001001000100111100011100010001000011111100111101011111000000011101100100011111001100111101100100010101001100001000101 | e69b9cec8489e38887e7af80ec8f99ec8a9845 |
UHC | 曜섉㈇節쏙슘E | 11101000111110001001100011100110101010011011100011101111101111011011110111101111101111011011011101000101 | e8f898e6a9b8efbdbdefbdb745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)