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 | ?迦?? | 0011111110001001110111100011111100111111 | 3f89de3f3f |
EUC-JP | ?迦?? | 0011111110110010111000000011111100111111 | 3fb2e03f3f |
UTF-8 | 뤚迦룰凉 | 111010111010010010011010111010001011111110100110111010111010001110110000111011111010010110111001 | eba49ae8bfa6eba3b0efa5b9 |
UHC | 뤚迦룰凉 | 1000111111001001110010101011110010110111111010101110010110111100 | 8fc9cabcb7eae5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)