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 | 餘?=壤 | 11101001010100000011111110000001100000011001101011011111 | e9503f81819adf |
EUC-JP | 餘?=壤 | 11110001101100010011111110100001111000011101010011100001 | f1b13fa1e1d4e1 |
UTF-8 | 餘욃=壤 | 111010011010010010011000111011001001101010000011111011111011110010011101111001011010001110100100 | e9a498ec9a83efbc9de5a3a4 |
UHC | 餘욃=壤 | 1110011010101110100111101110010110100011101111011110010110111101 | e6ae9ee5a3bde5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)