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 | 邀??獄? | 11100111101100010011111100111111100011011001011000111111 | e7b13f3f8d963f |
EUC-JP | 邀??獄? | 11101110101100110011111100111111101110011111011000111111 | eeb33f3fb9f63f |
UTF-8 | 邀섊돉獄퇑 | 111010011000001010000000111011001000010010001010111010111000111110001001111001111000110110000100111011011000011110010001 | e98280ec848aeb8f89e78d84ed8791 |
UHC | 邀섊돉獄퇑 | 11101001101011011001100011100111100010011001100111101000101010111011100001000010 | e9ad98e78999e8abb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)