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 | 萬碕シ | 111001001101110110001101111010101000001101010110 | e4dd8dea8356 |
EUC-JP | 萬碕シ | 111010001101111110111010111011001010010110110111 | e8dfbaeca5b7 |
UTF-8 | 萬碕シ | 111010001001000010101100111001111010001010010101111000111000001010110111 | e890ace7a295e382b7 |
UHC | 萬?シ | 1101100010111111001111111010101110110111 | d8bf3fabb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)