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 | 韭晁イるョ | 1110100011101010100111011110100010110010100000101110100110101110 | e8ea9de8b282e9ae |
EUC-JP | 韭晁イるョ | 11110000111011001101101011101010100011101011001010100100111010111000111010101110 | f0ecdaea8eb2a4eb8eae |
UTF-8 | 韭晁イるョ | 111010011001111110101101111001101001100110000001111011111011110110110010111000111000001010001011111011111011110110101110 | e99fade69981efbdb2e3828befbdae |
UHC | ?晁?る? | 00111111111100001100010100111111101010101110101100111111 | 3ff0c53faaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)