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 | ?憺?? | 0011111110011100111010010011111100111111 | 3f9ce93f3f |
EUC-JP | ?憺?? | 0011111111011000111010110011111100111111 | 3fd8eb3f3f |
UTF-8 | 뤚憺곌凉 | 111010111010010010011010111001101000011010111010111010101011001110001100111011111010010110111001 | eba49ae686baeab38cefa5b9 |
UHC | 뤚憺곌凉 | 1000111111001001110100111011110010110000111010101110010110111100 | 8fc9d3bcb0eae5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)