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 | 在??溢 | 100011011101110100111111001111111000100011101100 | 8ddd3f3f88ec |
EUC-JP | 在??溢 | 101110101101111100111111001111111011000011101110 | badf3f3fb0ee |
UTF-8 | 在룰쐼溢 | 111001011001110010101000111010111010001110110000111011001001000010111100111001101011101010100010 | e59ca8eba3b0ec90bce6baa2 |
UHC | 在룰쐼溢 | 1110111010100100101101111110101010111110101000101110110011101110 | eea4b7eabea2ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)