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 | û̽· | 11111011110011001011110110110111 | fbccbdb7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûÌ?? | 1000111110101011111001011000111110101010110000000011111100111111 | 8fabe58faac03f3f |
UTF-8 | û̽· | 1100001110111011110000111000110011000010101111011100001010110111 | c3bbc38cc2bdc2b7 |
UHC | ??½· | 001111110011111110101000111101101010000110100100 | 3f3fa8f6a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)