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 | ???輒Κ | 00111111001111110011111111100111011010111000001110101000 | 3f3f3fe76b83a8 |
EUC-JP | ???輒Κ | 00111111001111110011111111101101110011001010011010101010 | 3f3f3fedcca6aa |
UTF-8 | 뤫퉈뤹輒Κ | 1110101110100100101010111110110110001001100010001110101110100100101110011110100010111100100100101100111010011010 | eba4abed8988eba4b9e8bc92ce9a |
UHC | 뤫퉈뤹輒Κ | 10001111110110011100010111111101100011111110011111110100111001011010010111001010 | 8fd9c5fd8fe7f4e5a5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)