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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鏥払禊 | 111010000101010010010101101001011110001001010011 | e85495a5e253 |
EUC-JP | 鏥払禊 | 111011111011010111001010101001111110001110110100 | efb5caa7e3b4 |
UTF-8 | 鏥払禊 | 111010011000111110100101111001101000100110010101111001111010011010001010 | e98fa5e68995e7a68a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)