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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | ?鳧??a | 001111111110100111101000001111110011111101100001 | 3fe9e83f3f61 |
EUC-JP | ?鳧??a | 001111111111001011101010001111110011111101100001 | 3ff2ea3f3f61 |
UTF-8 | 렺鳧렻렔a | 11101011101000001011101011101001101100111010011111101011101000001011101111101011101000001001010001100001 | eba0bae9b3a7eba0bbeba09461 |
UHC | 렺鳧렻렔a | 100011101100001011011101110000001000111011000011100011101010100101100001 | 8ec2ddc08ec38ea961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)