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 | èß溯 | 111010001101111110011110111001101011101010101111 | e8df9ee6baaf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èß?溯 | 10001111101010111011001010001111101010011100111000111111100011111010100111000001100011111010001011101011100011111010001010110100 | 8fabb28fa9ce3f8fa9c18fa2eb8fa2b4 |
UTF-8 | èß溯 | 110000111010100011000011100111111100001010011110110000111010011011000010101110101100001010101111 | c3a8c39fc29ec3a6c2bac2af |
UHC | ?ß?æº? | 001111111010100110101100001111111010100110100001101010001010110000111111 | 3fa9ac3fa9a1a8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)