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 | 髴稲 | 111010011010101110110100111001111010100010110010 | e9abb4e7a8b2 |
SJIS-WIN | ??´?¨? | 0011111100111111100000010100110000111111100000010100111000111111 | 3f3f814c3f814e3f |
EUC-JP | �� | 100011111010101110110001001111111010000110101101100011111010101110101110101000011010111100111111 | 8fabb13fa1ad8fabaea1af3f |
UTF-8 | 髴稲 | 110000111010100111000010101010111100001010110100110000111010011111000010101010001100001010110010 | c3a9c2abc2b4c3a7c2a8c2b2 |
UHC | ??´?¨² | 001111110011111110100010101001010011111110100001101001111010100111110111 | 3f3fa2a53fa1a7a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)