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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
EUC-JP | ???瑗?E | 0011111100111111001111111000111111001100110000000011111101000101 | 3f3f3f8fccc03f45 |
UTF-8 | 僚녈굞瑗뇒E | 11101111101001101011101111101011100001011000100011101010101101011001111011100111100100011001011111101011100001111001001001000101 | efa6bbeb8588eab59ee79197eb879245 |
UHC | 僚녈굞瑗뇒E | 1110100011101000101100111110001110000010100001101110101010111100100001110111100001000101 | e8e8b3e38286eabc877845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)