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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?②? | 00111111100001110100000100111111 | 3f87413f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 緣②뮅 | 111001111011011110100011111000101001000110100001111010111010111010000101 | e7b7a3e291a1ebae85 |
UHC | 緣②뮅 | 111001101101111010101000111010001001001010010100 | e6dea8e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)