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 | 孫短村尊 | 1001000110110111100100100101101010010001101110101001000110111000 | 91b7925a91ba91b8 |
EUC-JP | 孫短村尊 | 1100001010111001110000111011101111000010101111001100001010111010 | c2b9c3bbc2bcc2ba |
UTF-8 | 孫短村尊 | 111001011010110110101011111001111001111110101101111001101001110110010001111001011011000010001010 | e5adabe79fade69d91e5b08a |
UHC | 孫短村尊 | 1110000111011101110100111010110111110101101111011111000011101110 | e1ddd3adf5bdf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)