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 | ?憺?昇 | 001111111001110011101001001111111000111110111000 | 3f9ce93f8fb8 |
EUC-JP | ?憺?昇 | 001111111101100011101011001111111011111010111010 | 3fd8eb3fbeba |
UTF-8 | 뤚憺쾹昇 | 111010111010010010011010111001101000011010111010111011001011111010111001111001101001100010000111 | eba49ae686baecbeb9e69887 |
UHC | 뤚憺쾹昇 | 1000111111001001110100111011110010110010100011111110001110110000 | 8fc9d3bcb28fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)