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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??賞 | 00111111001111111000111111011100 | 3f3f8fdc |
EUC-JP | ??賞 | 00111111001111111011111011011110 | 3f3fbede |
UTF-8 | 잏읩賞 | 111011001001111010001111111011001001110110101001111010001011001110011110 | ec9e8fec9da9e8b39e |
UHC | 잏읩賞 | 100111111110011110011111110100001101111111011011 | 9fe79fd0dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)