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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?®?? | 001111111000111110100010111011100011111100111111 | 3f8fa2ee3f3f |
UTF-8 | 遼®빓禮 | 1110111110100111100000111100001010101110111010111011100110010011111011111010011010110110 | efa783c2aeebb993efa6b6 |
UHC | 遼®빓禮 | 1110100110101100101000101110011110010101101101111110011111011111 | e9aca2e795b7e7df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)