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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫??預θ? | 100110001010110000111111001111111001011101100001100000111100011000111111 | 98ac3f3f976183c63f |
EUC-JP | 豫??預θ? | 110100001010111000111111001111111100110111000010101001101100100000111111 | d0ae3f3fcdc2a6c83f |
UTF-8 | 豫잏윪預θ쳻 | 1110100010110001101010111110110010011110100011111110110010011100101010101110100110100000100100001100111010111000111011001011001110111011 | e8b1abec9e8fec9caae9a090ceb8ecb3bb |
UHC | 豫잏윪預θ쳻 | 111001111110001110011111111001111001111110101001111001111110100010100101111010001010101110011110 | e7e39fe79fa9e7e8a5e8ab9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)