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 | ?| | 0011111101111100 | 3f7c |
SJIS-WIN | ?| | 0011111101111100 | 3f7c |
EUC-JP | ?| | 0011111101111100 | 3f7c |
UTF-8 | 숥| | 11101100100010001010010101111100 | ec88a57c |
UHC | 숥| | 100110100100001001111100 | 9a427c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)