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 | ??ⅳ? | 0011111100111111111110100100001100111111 | 3f3ffa433f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뤞뼜ⅳ낳 | 111010111010010010011110111010111011110010011100111000101000010110110011111010111000001010110011 | eba49eebbc9ce285b3eb82b3 |
UHC | 뤞뼜ⅳ낳 | 1000111111001101101110111100010110100101101001001011001110111010 | 8fcdbbc5a5a4b3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)