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 | 礁ス捨鏞 | 10001111110010101011110110001110110011001111101111100011 | 8fcabd8eccfbe3 |
EUC-JP | 礁ス捨鏞 | 101111101100110010001110101111011011110011001110100011111110010111001001 | becc8ebdbcce8fe5c9 |
UTF-8 | 礁ス捨鏞 | 111001111010010010000001111011111011110110111101111001101000110110101000111010011000111110011110 | e7a481efbdbde68da8e98f9e |
UHC | 礁?捨鏞 | 11110101101001110011111111011110110101111110100111001011 | f5a73fded7e9cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)