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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誘i?陰 | 10010111010101011000001010001001001111111000100101000001 | 975582893f8941 |
EUC-JP | 誘i?陰 | 11001101101101101010001111101001001111111011000110100010 | cdb6a3e93fb1a2 |
UTF-8 | 誘i룥陰 | 111010001010101010011000111011111011110110001001111010111010001110100101111010011001100110110000 | e8aa98efbd89eba3a5e999b0 |
UHC | 誘i룥陰 | 1110101110101111101000111110100110001111100111101110101111100100 | ebafa3e98f9eebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)