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 | 陳???? | 100100101100001000111111001111110011111100111111 | 92c23f3f3f3f |
EUC-JP | 陳???? | 110001001100010000111111001111110011111100111111 | c4c43f3f3f3f |
UTF-8 | 陳렼狀렪샹 | 111010011001100110110011111010111010000010111100111011111010011110111010111010111010000010101010111011001000001110111001 | e999b3eba0bcefa7baeba0aaec83b9 |
UHC | 陳렼狀렪샹 | 11110010111001111000111011000100111011011110111010001110101110001011110010100111 | f2e78ec4edee8eb8bca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)