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 | 旬??? | 1000111101111011001111110011111100111111 | 8f7b3f3f3f |
EUC-JP | 旬??瘀 | 10111101110111000011111100111111100011111100110111100011 | bddc3f3f8fcde3 |
UTF-8 | 旬뗨똄瘀 | 111001101001011110101100111010111001011110101000111010111001100010000100111001111001100010000000 | e697aceb97a8eb9884e79880 |
UHC | 旬뗨똄瘀 | 1110001011100010100010111110100010001100010001011110010111011100 | e2e28be88c45e5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)