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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뤉렐엌섦 | 111010111010010010001001111010111010000010010000111011001001011110001100111011001000010010100110 | eba489eba090ec978cec84a6 |
UHC | 뤉렐엌섦 | 1000111110111001101101111011110010111110111111011011110010110100 | 8fb9b7bcbefdbcb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)