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 | 闔「竕ァ縺 | 1110100010001110101000101110001010001001101001111110001110000001 | e88ea2e289a7e381 |
EUC-JP | 闔「竕ァ縺 | 11101111111011101000111010100010111000111110100110001110101001111110010111100001 | efee8ea2e3e98ea7e5e1 |
UTF-8 | 闔「竕ァ縺 | 111010011001011110010100111011111011110110100010111001111010101110010101111011111011110110100111111001111011100010111010 | e99794efbda2e7ab95efbda7e7b8ba |
UHC | 闔???? | 111110011110111100111111001111110011111100111111 | f9ef3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)