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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????②? | 00111111001111110011111100111111100001110100000100111111 | 3f3f3f3f87413f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 緣뉒즯緣②눎 | 111001111011011110100011111010111000100110010010111011001010011010101111111001111011011110100011111000101001000110100001111010111000100010001110 | e7b7a3eb8992eca6afe7b7a3e291a1eb888e |
UHC | 緣뉒즯緣②눎 | 111001101101111010000111111001111010001110000001111001101101111010101000111010001000011110101010 | e6de87e7a381e6dea8e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)