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 | ?臣び?? | 00111111100100000110001010000010110100010011111100111111 | 3f906282d13f3f |
EUC-JP | ?臣び?? | 00111111101111111100001110100100110100110011111100111111 | 3fbfc3a4d33f3f |
UTF-8 | 룶臣び룶쾹 | 111010111010001110110110111010001000011110100011111000111000000110110011111010111010001110110110111011001011111010111001 | eba3b6e887a3e381b3eba3b6ecbeb9 |
UHC | 룶臣び룶쾹 | 10001111101010111110001111101101101010101101001110001111101010111011001010001111 | 8fabe3edaad38fabb28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)