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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋懷雀裔 | 1110100011111001100111001110010110010000100111011110010111100001 | e8f99ce5909de5e1 |
EUC-JP | 顋懷雀裔 | 1111000011111011110110001110011110111111111111011110101011100011 | f0fbd8e7bffdeae3 |
UTF-8 | 顋懷雀裔 | 111010011010000110001011111001101000011110110111111010011001101110000000111010001010001110010100 | e9a18be687b7e99b80e8a394 |
UHC | ?懷雀裔 | 00111111111111001110001111101101110011011110011111100000 | 3ffce3edcde7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)