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 | ?堰?? | 0011111110001001100000010011111100111111 | 3f89813f3f |
EUC-JP | ?堰?? | 0011111110110001111000010011111100111111 | 3fb1e13f3f |
UTF-8 | 저堰저뤒 | 111011001010000010000000111001011010000010110000111011001010000010000000111010111010010010010010 | eca080e5a0b0eca080eba492 |
UHC | 저堰저뤒 | 1100000011111010111001011110100011000000111110101000111111000010 | c0fae5e8c0fa8fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)