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 | ??B???? | 00111111001111110100001000111111001111110011111100111111 | 3f3f423f3f3f3f |
SJIS-WIN | ??B???? | 00111111001111110100001000111111001111110011111100111111 | 3f3f423f3f3f3f |
EUC-JP | ??B???? | 00111111001111110100001000111111001111110011111100111111 | 3f3f423f3f3f3f |
UTF-8 | 손섞B얠롕뤷퓥 | 11101100100001101001000011101100100001001001111001000010111011001001011010100000111010111010000110010101111010111010010010110111111011011001001110100101 | ec8690ec849e42ec96a0eba195eba4b7ed93a5 |
UHC | 손섞B얠롕뤷퓥 | 10111100110101011011110010101111010000101011111011101100100011101101100110001111111001011011111110001110 | bcd5bcaf42beec8ed98fe5bf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)