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 | 111001111001010010010011011110011110011110010100100100110111100101000010 | e7949379e794937942 |
EUC-JP | 逕土逕土B | 111011011111010011000101110110101110110111110100110001011101101001000010 | edf4c5daedf4c5da42 |
UTF-8 | 逕土逕土B | 11101001100000001001010111100101100111001001111111101001100000001001010111100101100111001001111101000010 | e98095e59c9fe98095e59c9f42 |
UHC | 逕土逕土B | 110011001110111111110111110011111100110011101111111101111100111101000010 | cceff7cfcceff7cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)