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 | èß²B | 11101000110111111000100110011011100010001011001001000010 | e8df899b88b242 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | èß????B | 1000111110101011101100101000111110101001110011100011111100111111001111110011111101000010 | 8fabb28fa9ce3f3f3f3f42 |
UTF-8 | èß²B | 11000011101010001100001110011111110000101000100111000010100110111100001010001000110000101011001001000010 | c3a8c39fc289c29bc288c2b242 |
UHC | ?ß???²B | 001111111010100110101100001111110011111100111111101010011111011101000010 | 3fa9ac3f3f3fa9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)