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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 璵??璵??B | 1000111111001100111001100011111100111111100011111100110011100110001111110011111101000010 | 8fcce63f3f8fcce63f3f42 |
UTF-8 | 璵뜉댖璵뜉댖B | 11100111100100101011010111101011100111001000100111101011100011001001011011100111100100101011010111101011100111001000100111101011100011001001011001000010 | e792b5eb9c89eb8c96e792b5eb9c89eb8c9642 |
UHC | 璵뜉댖璵뜉댖B | 11100110101001011000110110001100100010001011101011100110101001011000110110001100100010001011101001000010 | e6a58d8c88bae6a58d8c88ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)