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 | ?③?畏 | 001111111000011101000010001111111000100011011000 | 3f87423f88d8 |
EUC-JP | ???畏 | 0011111100111111001111111011000011011010 | 3f3f3fb0da |
UTF-8 | 緣③눈畏 | 111001111011011110100011111000101001000110100010111010111000100010001000111001111001010110001111 | e7b7a3e291a2eb8888e7958f |
UHC | 緣③눈畏 | 1110011011011110101010001110100110110100101010111110100011100110 | e6dea8e9b4abe8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)