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 | 在??袁 | 100011011101110100111111001111111110010111001101 | 8ddd3f3fe5cd |
EUC-JP | 在??袁 | 101110101101111100111111001111111110101011001111 | badf3f3feacf |
UTF-8 | 在룰쐽袁 | 111001011001110010101000111010111010001110110000111011001001000010111101111010001010001010000001 | e59ca8eba3b0ec90bde8a281 |
UHC | 在룰쐽袁 | 1110111010100100101101111110101010111110101000111110101010111110 | eea4b7eabea3eabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)