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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 煐????? | 1000111111001001111110000011111100111111001111110011111100111111 | 8fc9f83f3f3f3f3f |
UTF-8 | 煐몃㈃溜뗫젿 | 111001111000010110010000111010111010101010000011111000111000100010000011111011111010011110001011111010111001011110101011111011001010000010111111 | e78590ebaa83e38883efa78beb97abeca0bf |
UHC | 煐몃㈃溜뗫젿 | 111001111011110010111000111010111010100110110100111010101111111010001011111010111010000010110001 | e7bcb8eba9b4eafe8beba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)