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 | 往往妖? | 10001001100111011000100110011101100101110110010000111111 | 899d899d97643f |
EUC-JP | 往往妖? | 10110001111111011011000111111101110011011100010100111111 | b1fdb1fdcdc53f |
UTF-8 | 往往妖뾸 | 111001011011111010000000111001011011111010000000111001011010011010010110111010111011111010111000 | e5be80e5be80e5a696ebbeb8 |
UHC | 往往妖뾸 | 1110100011011001111010001101100111101000111011011001011101111010 | e8d9e8d9e8ed977a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)