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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祉?圓?籬 | 1000111010000011001111111001101010100010001111111110001011011111 | 8e833f9aa23fe2df |
EUC-JP | 祉?圓?籬 | 1011101111100011001111111101010010100100001111111110010011100001 | bbe33fd4a43fe4e1 |
UTF-8 | 祉렪圓뀀籬 | 111001111010010110001001111010111010000010101010111001011001110010010011111010111000000010000000111001111011000110101100 | e7a589eba0aae59c93eb8080e7b1ac |
UHC | 祉렪圓뀀籬 | 11110010101100111000111010111000111010101010110110110010111010111101011111100110 | f2b38eb8eaadb2ebd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)