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 | ò®£íö² | 1111001010101110100011101010001111101101111101101000111010110010 | f2ae8ea3edf68eb2 |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ò®?£íö?? | 1000111110101011110100101000111110100010111011100011111110100001111100101000111110101011101111111000111110101011110100110011111100111111 | 8fabd28fa2ee3fa1f28fabbf8fabd33f3f |
UTF-8 | ò®£íö² | 11000011101100101100001010101110110000101000111011000010101000111100001110101101110000111011011011000010100011101100001010110010 | c3b2c2aec28ec2a3c3adc3b6c28ec2b2 |
UHC | ?®?????² | 00111111101000101110011100111111001111110011111100111111001111111010100111110111 | 3fa2e73f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)