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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嵬????? | 10011011110010100011111100111111001111110011111100111111 | 9bca3f3f3f3f3f |
EUC-JP | 嵬????? | 11010110110011000011111100111111001111110011111100111111 | d6cc3f3f3f3f3f |
UTF-8 | 嵬뚦괌呂볣눈 | 111001011011010110101100111010111001101010100110111010101011010010001100111011111010011010000000111010111011001110100011111010111000100010001000 | e5b5aceb9aa6eab48cefa680ebb3a3eb8888 |
UHC | 嵬뚦괌呂볣눈 | 111010001110001110001100111001011011000110100001111001011111101110010011111010011011010010101011 | e8e38ce5b1a1e5fb93e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)