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 | ?怏?? | 0011111110011100100010010011111100111111 | 3f9c893f3f |
EUC-JP | ?怏?? | 0011111111010111111010010011111100111111 | 3fd7e93f3f |
UTF-8 | 저怏저뤒 | 111011001010000010000000111001101000000010001111111011001010000010000000111010111010010010010010 | eca080e6808feca080eba492 |
UHC | 저怏저뤒 | 1100000011111010111001001110100011000000111110101000111111000010 | c0fae4e8c0fa8fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)