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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?屎?屎B | 00111111100110111001110100111111100110111001110101000010 | 3f9b9d3f9b9d42 |
EUC-JP | ?屎?屎B | 00111111110101011111110100111111110101011111110101000010 | 3fd5fd3fd5fd42 |
UTF-8 | 삸屎삸屎B | 11101100100000101011100011100101101100011000111011101100100000101011100011100101101100011000111001000010 | ec82b8e5b18eec82b8e5b18e42 |
UHC | 삸屎삸屎B | 100110001010111111100011101110101001100010101111111000111011101001000010 | 98afe3ba98afe3ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)