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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
UTF-8 | 셔롃렽섀G | 11101100100001011001010011101011101000011000001111101011101000001011110111101100100001001000000001000111 | ec8594eba183eba0bdec848047 |
UHC | 셔롃렽섀G | 101111001100010110001110110010101000111011000101101111001010100001000111 | bcc58eca8ec5bca847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)