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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫??預θ | 1001100010101100001111110011111110010111011000011000001111000110 | 98ac3f3f976183c6 |
EUC-JP | 豫??預θ | 1101000010101110001111110011111111001101110000101010011011001000 | d0ae3f3fcdc2a6c8 |
UTF-8 | 豫잏윪預θ | 1110100010110001101010111110110010011110100011111110110010011100101010101110100110100000100100001100111010111000 | e8b1abec9e8fec9caae9a090ceb8 |
UHC | 豫잏윪預θ | 11100111111000111001111111100111100111111010100111100111111010001010010111101000 | e7e39fe79fa9e7e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)