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 | 邵」譚楢х | 111001111011100010100011111001101001110110010011111010001000010010000111 | e7b8a3e69d93e88487 |
EUC-JP | 邵」譚楢х | 11101110101110101000111010100011111010111111110111000110111010101010011111100111 | eeba8ea3ebfdc6eaa7e7 |
UTF-8 | 邵」譚楢х | 1110100110000010101101011110111110111101101000111110100010101101100110101110011010100101101000101101000110000101 | e982b5efbda3e8ad9ae6a5a2d185 |
UHC | 邵?譚楢х | 111000011101000000111111110100111100100111101010111110011010110011100111 | e1d03fd3c9eaf9ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)