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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?迦?h | 0011111110001001110111100011111101101000 | 3f89de3f68 |
EUC-JP | ?迦?h | 0011111110110010111000000011111101101000 | 3fb2e03f68 |
UTF-8 | 뤚迦⅞h | 11101011101001001001101011101000101111111010011011100010100001011001111001101000 | eba49ae8bfa6e2859e68 |
UHC | 뤚迦⅞h | 10001111110010011100101010111100101010001111111001101000 | 8fc9cabca8fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)