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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魏??賃? | 11101001101100000011111100111111100100101100000000111111 | e9b03f3f92c03f |
EUC-JP | 魏??賃? | 11110010101100100011111100111111110001001100001000111111 | f2b23f3fc4c23f |
UTF-8 | 魏재톰賃㎗ | 111010011010110110001111111011001001111010101100111011011000011010110000111010001011001110000011111000111000111010010111 | e9ad8fec9eaced86b0e8b383e38e97 |
UHC | 魏재톰賃㎗ | 11101010111000001100000011100111110001011110100011101100111111001010011110100011 | eae0c0e7c5e8ecfca7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)