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 | 甑?煜?? | 10001101100110010011111111111011010101010011111100111111 | 8d993ffb553f3f |
EUC-JP | 甑?煜?寗 | 10111001111110010011111110001111110010011111110000111111100011111011101011100000 | b9f93f8fc9fc3f8fbae0 |
UTF-8 | 甑렋煜얜寗 | 111001111001010010010001111010111010000010001011111001111000010110011100111011001001011010011100111001011010111110010111 | e79491eba08be7859cec969ce5af97 |
UHC | 甑렋煜얜寗 | 11110001111101111000111010100010111010011111001010111110111010111101001010111100 | f1f78ea2e9f2beebd2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)