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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝓滲皰繞区イ | 1110010110011111100111111111100011100001101011001110001110000101100010111110011010110010 | e59f9ff8e1ace3858be6b2 |
EUC-JP | 蝓滲皰繞区イ | 111010101010000111011110111110101110001010101110111001011110010110110110111010001000111010110010 | eaa1defae2aee5e5b6e88eb2 |
UTF-8 | 蝓滲皰繞区イ | 111010001001110110010011111001101011101110110010111001111001101010110000111001111011100110011110111001011000110010111010111011111011110110110010 | e89d93e6bbb2e79ab0e7b99ee58cbaefbdb2 |
UHC | ???繞?? | 00111111001111110011111111101001101001000011111100111111 | 3f3f3fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)